NodeBB completly crashed HELP

General Discussion
  • I'm days old at using NodeBB and managed to get a forum up and running,

    was messing around with plugins and have managed to brick my site somehow,

    checked digital ocean and the site is still active it says but when i go to my url I get nothing

    I looked at the logs and i think it may be either an issue to do with the soundcloud plugin or the dwnvtr plugin but i can't be sure here is a copy of the only error i can see in the log

    5/3 13:02 [1078] - info: NodeBB v0.7.0-dev Copyright (C) 2013-2014 NodeBB Inc.
    5/3 13:02 [1078] - info: This program comes with ABSOLUTELY NO WARRANTY.
    5/3 13:02 [1078] - info: This is free software, and you are welcome to redistribute it under certain conditions.
    5/3 13:02 [1078] - info: 
    5/3 13:02 [1078] - info: Time: Thu Mar 05 2015 13:02:09 GMT-0500 (EST)
    5/3 13:02 [1078] - info: Initializing NodeBB v0.7.0-dev
    5/3 13:02 [1078] - warn: [plugins.reload] Library not found for plugin: nodebb-plugin-dwnvtr
    5/3 13:02 [1078] - error: [plugins] Error executing 'static:app.load' in plugin 'nodebb-plugin-sso-soundcloud'
    5/3 13:02 [1078] - error:  TypeError: Cannot read property 'buildHeader' of undefined
        at Object.Soundcloud.init [as method] (/root/misdigestbb/misdigestbb/node_modules/nodebb-plugin-sso-soundcloud/library.js:26:66)
        at /root/misdigestbb/misdigestbb/src/plugins/hooks.js:127:14
        at /root/misdigestbb/misdigestbb/node_modules/async/lib/async.js:125:13
        at Array.forEach (native)
        at _each (/root/misdigestbb/misdigestbb/node_modules/async/lib/async.js:46:24)
        at Object.async.each (/root/misdigestbb/misdigestbb/node_modules/async/lib/async.js:124:9)
        at fireStaticHook (/root/misdigestbb/misdigestbb/src/plugins/hooks.js:116:9)
        at Object.Plugins.fireHook (/root/misdigestbb/misdigestbb/src/plugins/hooks.js:72:5)
        at Plugins.reloadRoutes (/root/misdigestbb/misdigestbb/src/plugins.js:135:11)
        at /root/misdigestbb/misdigestbb/node_modules/async/lib/async.js:656:23
    5/3 13:02 [1078] - error: TypeError: Cannot read property 'length' of undefined
        at Object.Groups.create (/root/misdigestbb/misdigestbb/src/groups.js:472:16)
        at /root/misdigestbb/misdigestbb/node_modules/nodebb-plugin-portal-mark/lib/appload.js:29:13
        at /root/misdigestbb/misdigestbb/public/src/translator.js:160:6
        at /root/misdigestbb/misdigestbb/public/src/translator.js:180:4
        at Object.translator.load (/root/misdigestbb/misdigestbb/public/src/translator.js:209:5)
        at translateKey (/root/misdigestbb/misdigestbb/public/src/translator.js:178:14)
        at /root/misdigestbb/misdigestbb/public/src/translator.js:157:4
        at Array.forEach (native)
        at translateKeys (/root/misdigestbb/misdigestbb/public/src/translator.js:156:8)
        at Object.translator.translate (/root/misdigestbb/misdigestbb/public/src/translator.js:145:3)
    root@misdigest:~/misdigestbb/misdigestbb# ./nodebb log
    
    

    if anyone can help me please and thank you!!!

  • @misdigest
    ./nodebb reset plugin="nodebb-plugin-sso-soundcloud"
    ./nodebb reset plugin="nodebb-plugin-portal-mark"
    ./nodebb start

    Do those a line at a time.

    If it still doesn't start, paste ./nodebb dev again.

  • @a_5mith said:

    ./nodebb start

    You are amazing!

    would you say i shouldnt use those plugins then or is there a way to make sure they work?

  • @misdigest If they are not compatible with your version of NodeBB then you can either downgrade NodeBB, not use the plugin or try and upgrade the plugin yourself. You could also ask the developer of the plugin if they will upgrade it for better compatibility.

    Usually the errors will give you some information on what is causing the problem.

    at Object.Soundcloud.init [as method] (/root/misdigestbb/misdigestbb/node_modules/nodebb-plugin-sso-soundcloud/library.js:26:66)
    

    Suggests that the nodebb-plugin-sso-soundcloud plugin is causing one problem


Suggested Topics