-
Notifications
You must be signed in to change notification settings - Fork 753
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[Bug]: Cannot access module settings or move module using menu #5740
Comments
Also can't drag a module into a pane (may or may not be related... |
The declaration in thirdparty.json was missed in dnnsoftware#5724 Closes dnnsoftware#5740
We are now seeing this on a 9.13.2 installation. @valadas any idea how we might diagnose? |
Any javascript errors? Does it happen with the default theme? |
Same JS errors as noted above. Yes appears with default theme too |
A bad upgrade maybe, do you have the newer DnnPlugins package upgraded, maybe try to reinstall just that package... |
Should that show up as a JS LIbrary? |
Found it! No clue why that happened |
I think I'm running into the same issue on a DNN upgrade. Is this something that can be fixed post-upgrade or do I have to revert and do something before upgrading? |
@ajplopez you should have some more info in the logs, either in the persona bar or in portals/_default/logs It is hard to go just by this information... Any antivirus getting in the way maybe ? Folder permissions ? etc. |
Thanks @valadas . Turns out I needed to install hoverIntent jQuery Plugin first, and then DNN jQuery Plugin and it worked perfectly. Per your and @david-poindexter suggestion I checked the Portals/_default/Logs and found this message: "[ERROR] DotNetNuke.Services.Installer.Log.Logger - A dependent package is not installed - HoverIntent" So to anyone having this issue, try installing HoverIntent from the Available Extensions > JavaScript Libraries first. And then DNN jQuery Plugins and it should work. |
Is there an existing issue for this?
What happened?
In the current develop branch only (not on 9.12.0 release) the settings and the move menu above modules is missing
Steps to reproduce?
Current Behavior
Those menu items don't show.
Expected Behavior
They should show.
Relevant log output
The text was updated successfully, but these errors were encountered: