I am using nodebb-plugin-composer-default 4.3.2 and NodeBB v1.4.0.
The problem is present on Lavender and other themes. Looks like it is not related to the theme.
Hi,
I have installed a nodeBB with mongoDB on an Ubuntu 12.04 (DgitalOcean VPS). It seems running but after a new topic open, or a reply post it allways chash.
I got this in the shell :
/opt/nodebb/src/topics.js:160
next(err, postData);
^
ReferenceError: err is not defined
at async.waterfall.postData.favourited (/opt/nodebb/src/topics.js:160:10)
at fn (/opt/nodebb/node_modules/async/lib/async.js:582:34)
at Object._onImmediate (/opt/nodebb/node_modules/async/lib/async.js:498:34)
at processImmediate [as _immediateCallback] (timers.js:330:15)
@jtarjanyi said:
Hi,
I have installed a nodeBB with mongoDB on an Ubuntu 12.04 (DgitalOcean VPS). It seems running but after a new topic open, or a reply post it allways chash.
I got this in the shell :
/opt/nodebb/src/topics.js:160
next(err, postData);
^
ReferenceError: err is not defined
at async.waterfall.postData.favourited (/opt/nodebb/src/topics.js:160:10)
at fn (/opt/nodebb/node_modules/async/lib/async.js:582:34)
at Object._onImmediate (/opt/nodebb/node_modules/async/lib/async.js:498:34)
at processImmediate [as _immediateCallback] (timers.js:330:15)
Downloaded the 0.3.1 version (7 days older) and installed it solved the problem.
Hm... thanks @jtarjanyi. Can you let us know what git hash you are using now?
@julian said:
Hm... thanks @jtarjanyi. Can you let us know what git hash you are using now?
Currently using the manualy downloaded version from here: https://github.com/designcreateplay/NodeBB/archive/v0.3.1.tar.gz
@jtarjanyi said:
@julian said:
Hm... thanks @jtarjanyi. Can you let us know what git hash you are using now?
Currently using the manualy downloaded version from here: https://github.com/designcreateplay/NodeBB/archive/v0.3.1.tar.gz
Thanks i will check it.