You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Im having some difficulty with this module. The module itself is installed, and appears to be working correctly -- Etherpad is working on its own, and the Notes module configuration page is showing that it is successfully connecting to the API.
Navigating to a notes page within a space results in a page that appears to render properly in all areas except where you would expect content to show.
After noticing that the dropdowns in the nav menu weren't working on notes-related pages, I took a look at the page source and noticed a significant difference between these pages and others within HumHub.
Notes-related pages:
<!-- start: Meta -->
<meta charset="utf-8">
<title>SITE-TITLE</title>
<!-- end: Meta -->
In addition, Chrome's console is logging a "$ or jQuery is not defined" message for all other JS references on the notes-related pages that depend on jQuery, so it looks like HEAD section of pages related to the module is missing quite a bit. Any ideas?
Thanks!
The text was updated successfully, but these errors were encountered:
I'm having the same problem, the Notes module doesn't load if the new Wiki module is activated. The logs show a PHP fatal error in protected/modules/wiki/WikiModuleEvents.php on line 31 - "Call to a member function isModuleEnabled() on a non-object" when opening a note. The error messages in Chrome are probably only a result from the interrupted page loading process. Maybe an incompatibility between the Notes module and the Wiki module?
Hello!
Im having some difficulty with this module. The module itself is installed, and appears to be working correctly -- Etherpad is working on its own, and the Notes module configuration page is showing that it is successfully connecting to the API.
Navigating to a notes page within a space results in a page that appears to render properly in all areas except where you would expect content to show.
After noticing that the dropdowns in the nav menu weren't working on notes-related pages, I took a look at the page source and noticed a significant difference between these pages and others within HumHub.
Notes-related pages:
Other pages:
In addition, Chrome's console is logging a "$ or jQuery is not defined" message for all other JS references on the notes-related pages that depend on jQuery, so it looks like HEAD section of pages related to the module is missing quite a bit. Any ideas?
Thanks!
The text was updated successfully, but these errors were encountered: