[Solved] NodeBB crash on open topic or reply
-
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.
-
@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.