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?