Can't Create new Topic, Reply or do anything
-
Hey so I have setup a new NodeBB on my VPS and I am trying to make everything work. As I am in the admin group I can't do anything nor my other admin can. We are able to edit stuff in admin panel though but not able to deactivate or disable plugins. Please help.
Thanks! -
I was wrong, I can't do anything in admin panel anymore. I was able to before I changed my skin to a pre-loaded one.
-
@Aditya-Tripathi do you see any errors in browser console?
-
Yes! Here:
NodeBB v0.9.3 Copyright (C) 2013-2014 NodeBB Inc.
This program comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it under certain conditions.
For the full license, please visit: http://www.gnu.org/copyleft/gpl.htmlClustering enabled: Spinning up 1 process(es).
14/1 22:19 [796] - [32minfo[39m: Time: Thu Jan 14 2016 22:19:17 GMT+0100 (CET)
14/1 22:19 [796] - [32minfo[39m: Initializing NodeBB v0.9.3
14/1 22:19 [796] - [31merror[39m: Error: Cannot find module 'buffercursor'
at Function.Module._resolveFilename (module.js:338:15)
at Function.Module._load (module.js:289:25)
at Module.require (module.js:366:17)
at require (module.js:385:17)
at Object.<anonymous> (/root/NodeBB/nodebb/node_modules/nodebb-widget-minecraft-essentials/node_modules/mcquery/lib/responsepacket.js:5:20)
at Module._compile (module.js:435:26)
at Object.Module._extensions..js (module.js:442:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:313:12)
at Module.require (module.js:366:17)
at require (module.js:385:17)
14/1 22:19 [796] - [33mwarn[39m: [plugins] Unable to parse library for: nodebb-widget-minecraft-essentials
14/1 22:19 [796] - [32minfo[39m: [plugins/spam-be-gone] Settings loaded
14/1 22:19 [796] - [32minfo[39m: NodeBB Ready
14/1 22:19 [796] - [32minfo[39m: Enabling 'trust proxy'
14/1 22:19 [796] - [32minfo[39m: NodeBB is now listening on: 0.0.0.0:4567 -
@pichalite just posted it. Forgot to tag you! ^
-
@Aditya-Tripathi that has nothing to do with the skin. One of the plugins is missing a module. Install the module.
npm i buffercursor
-
Did you get this working @Aditya-Tripathi ?