New topic button not working. javascript error.
-
I have installed nodebb today with v1.5.2
when nodebb loads, I find this error in console :
Uncaught TypeError: Cannot read property 'length' of null
at HTMLDocument.<anonymous> (footer.js:10)
at l (jquery.js:3583)
at u (jquery.js:3651)This error is visible for guests and also logged in users.
When I click 'New topic' button, nothing happens.
I, Admin or any other member are not able to post any messages.I have the following plugins active
nodebb-plugin-composer-default
Default composer for NodeBB
Installed 5.0.2 | Latest 5.0.2nodebb-plugin-markdown
A Markdown parser for NodeBB
Installed 8.0.0 | Latest 8.0.0nodebb-plugin-soundpack-default
Default Sound Pack
Installed 1.0.0 | Latest 1.0.0nodebb-theme-persona
Persona theme for NodeBB
Installed 5.0.13 | Latest 5.0.13nodebb-widget-essentials
NodeBB Essential Widgets
Installed 3.0.1 | Latest 3.0.1Please suggest how to remove the javascript error and how to enable new topic button.
Am I missing any required plugins?Thanks