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)