@baris That does seem to have worked! Thanks!
G
Gnat008
@Gnat008
Posts
-
Console error after plugin install -
Console error after plugin install@baris Just to make sure before I screw anything up, I have to switch from the v1.x.x branch to master, right?
-
Console error after plugin installHello all,
Running v1.4.4 has been working fine until I installed the MailGun plugin from the control panel. After restarting the forum software from the control panel, all users now get a 502 Bad Gateway. After investigation, when a user tries to access the forum this error is thrown:
1/3 22:43:00 [28851] - error: TypeError: Cannot read property 'loggedIn' of undefined at helpers.displayMenuItem (/opt/nodebb/public/src/modules/helpers.js:20:44) at checkConditionalHelpers (/opt/nodebb/node_modules/templates.js/lib/templates.js:269:76) at parse (/opt/nodebb/node_modules/templates.js/lib/templates.js:426:15) at parseTemplate (/opt/nodebb/node_modules/templates.js/lib/templates.js:133:14) at Object.templates.parse (/opt/nodebb/node_modules/templates.js/lib/templates.js:119:11) at /opt/nodebb/node_modules/templates.js/lib/templates.js:169:30 at FSReqWrap.readFileAfterClose [as oncomplete] (fs.js:445:3)
Removing the plugin folder in the node_modules directory and uninstalling the plugin via npm yielded no result.
Google results showed few results with this issue, and none seemed actually resolved. Any help figuring this out would be much appreciated!