-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgraded to DNN 9.10.06 event module not able to add/update event #250
Comments
FYI - You might have better results if you update the issue to follow the template format so others can have a chance to fully understand the issue you're running into. Otherwise, it will most likely go stale, and never get worked on. :( |
Thanks, I added steps to reproduce. It's pretty simple when I hit the add event button the module hangs. I can't find any erro logs and the HAR file shows me not much. |
I tried deleting the events module and re-intalling it. Now it goes into error instead of hangs and I get this error: The value '' of the MaximumValue property of 'valReminderTime' cannot be converted to type 'Integer'. |
Without troubleshooting it, it sounds to me that maybe it didn't fully uninstall previously and you're running into a schema conflict. YOu should uninstall again, then check the file system and database to be sure it's fully uninstalled. Then, reinstall. |
Thank you for responding, I did the reinstall after making sure fileshare and database was cleaned. The same issue exists. |
I found out why it's not working. It times out and aborts because it calls the stored procedure I don't know why it needs to look up every user and not just the user that is signed in. Any idea on how to address this? |
FYI... The built-in API in DNN isn't friendly to sites with large numbers of user accounts, but the persona bar has a more optimized method for doing this (not in the main API). We've had to update this in the Upendo DNN User Manager Module recently. Here's the PR, just in case anyone here has the time to implement it in this module. |
Describe the bug
Upgraded to DNN 9.19.06 event module not able to add/update event. It just hangs until aborted. The only error that shows is that it was aborted.
To Reproduce
Steps to reproduce the behavior:
Go to Event Calendar
Click on + to add event
Module hangs
Expected behavior
I should get the Add event page
Screenshots
If applicable, add screenshots to help explain your problem.
Error log
nothing is displayed in error log
The text was updated successfully, but these errors were encountered: