nodebb blog comment plugin
-
hello,
I am trying to install nodebb blog comment plugin on my nodebb. It installed correctly but when I have to activate it I get the following errors in the logs:
2014-12-18T11:20:57.621Z - error: TypeError: Cannot call method 'get' of undefined at Object.Comments.init (/nodebb/node_modules/nodebb-plugin-blog-comments/library.js:222:7) at /nodebb/src/plugins.js:489:23 at /nodebb/node_modules/async/lib/async.js:125:13 at Array.forEach (native) at _each (/nodebb/node_modules/async/lib/async.js:46:24) at Object.async.each (/nodebb/node_modules/async/lib/async.js:124:9) at Object.Plugins.fireHook (/nodebb/src/plugins.js:487:12) at Plugins.reloadRoutes (/nodebb/src/plugins.js:135:11) at /nodebb/node_modules/async/lib/async.js:656:23 at fn (/nodebb/node_modules/async/lib/async.js:641:34) TypeError: Cannot call method 'get' of undefined at Object.Comments.init (/nodebb/node_modules/nodebb-plugin-blog-comments/library.js:222:7) at /nodebb/src/plugins.js:489:23 at /nodebb/node_modules/async/lib/async.js:125:13 at Array.forEach (native) at _each (/nodebb/node_modules/async/lib/async.js:46:24) at Object.async.each (/nodebb/node_modules/async/lib/async.js:124:9) at Object.Plugins.fireHook (/nodebb/src/plugins.js:487:12) at Plugins.reloadRoutes (/nodebb/src/plugins.js:135:11) at /nodebb/node_modules/async/lib/async.js:656:23 at fn (/nodebb/node_modules/async/lib/async.js:641:34)
is there anyone who can help me have this run?
-
latest version not the master. I think it's v0.5.7
-
@Peter-Zoltan-Keresztes use version 0.1.19 of the plugin.
-
OK, that seam to work, The next issue is that I am not able to save the settings.
-
@Peter-Zoltan-Keresztes Error in console/logs? Might need to reload NodeBB/Restart it, then try refreshing your cache. That sort of thing, plugin should work though, unless there's an update in 0.5.7 that stops it working, but that shouldn't be the case.
-
I have reloaded also restarted the nodebb. I cleared the cache. There is nothing in the console/logs and I have tried it in two different browsers. Both gives the exact same thing. Not able to save the settings.
-
Pinging @psychobunny for support reasons.