[Solved] How to revert my theme selected

Bug Reports
  • forever stop 0

  • @julian

    [email protected]:~/mynodebb$ forever stop 0
    info:    Forever stopped process:
    data:        uid  command         script forever pid  logfile                                    uptime
    [0] Rev1 /usr/bin/nodejs app.js 1490    7582 /home/capitansupositorio/.forever/Rev1.log 0:0:0:1.83
    
  • @Pablo-Macaluso When I mean reboot, I mean turning the server off and back on again using the "reboot" command. You, have, another instance running...

  • @trevor i do it ... I don't know what to do now.

  • Login via SSH.
    Go to your NodeBB directory.
    Type node app
    Paste the output it gives you.

    And we can go from there since there should be no zombie or hanging processes running we can really see what's going on here since nothing else worked for you regarding the forever commands. I only had you restart your server because I'm sure you are eager to get your site back up and running so this was a more a dire approach. Its usually rare but its what I do if this happens and I've followed all of the steps above.

  • node app

    Here we go

    
    [email protected]:~/mynodebb$ node app
    info: NodeBB v0.3.2 Copyright (C) 2013 DesignCreatePlay Inc.
    info: This program comes with ABSOLUTELY NO WARRANTY.
    info: This is free software, and you are welcome to redistribute it under certain conditions.
    info:
    info: Time: Mon Feb 17 2014 02:39:13 GMT+0000 (UTC)
    info: Initializing NodeBB v0.3.2
    info: * using redis store at 127.0.0.1:6379
    info: * using themes stored in: /home/capitansupositorio/mynodebb/node_modules
    warn: You have no redis password setup!
    warn: [plugins/nodebb-plugin-dailymotion] staticDir is deprecated, use staticDirs instead
    warn: [plugins/nodebb-plugin-dailymotion] staticDir is deprecated, define CSS files with new staticDirs instead.
    warn: [plugins/nodebb-plugin-linkcheck] staticDir is deprecated, use staticDirs instead
    warn: [plugins/nodebb-plugin-linkcheck] staticDir is deprecated, define CSS files with new staticDirs instead.
    warn: [plugins/nodebb-plugin-youtube] staticDir is deprecated, use staticDirs instead
    warn: [plugins/nodebb-plugin-youtube] staticDir is deprecated, define CSS files with new staticDirs instead.
    warn: [plugins/nodebb-plugin-twitter] staticDir is deprecated, use staticDirs instead
    warn: [plugins/nodebb-plugin-emoji] staticDir is deprecated, use staticDirs instead
    warn: [plugins/nodebb-plugin-emoji] staticDir is deprecated, define CSS files with new staticDirs instead.
    warn: [plugins/nodebb-plugin-sso-twitter] staticDir is deprecated, use staticDirs instead
    warn: [plugins/nodebb-plugin-rss] staticDir is deprecated, use staticDirs instead
    warn: [plugins/nodebb-plugin-sso-facebook] staticDir is deprecated, use staticDirs instead
    warn: [plugins/nodebb-plugin-sso-google] staticDir is deprecated, use staticDirs instead
    warn: [plugins/nodebb-plugin-twitter-hashtag] staticDir is deprecated, use staticDirs instead
    warn: [plugins/nodebb-plugin-twitter-hashtag] staticDir is deprecated, define CSS files with new staticDirs instead.
    warn: [plugins/nodebb-plugin-soundcloud] staticDir is deprecated, use staticDirs instead
    warn: [plugins/nodebb-plugin-soundcloud] staticDir is deprecated, define CSS files with new staticDirs instead.
    warn: [plugins/nodebb-plugin-desktop-notifications] staticDir is deprecated, use staticDirs instead
    warn: [plugins/nodebb-plugin-buzzer] staticDir is deprecated, use staticDirs instead
    warn: [plugins/nodebb-plugin-buzzer] staticDir is deprecated, define CSS files with new staticDirs instead.
    warn: [plugins/nodebb-plugin-42] staticDir is deprecated, use staticDirs instead
    warn: [plugins/nodebb-plugin-42] staticDir is deprecated, define CSS files with new staticDirs instead.
    info: NodeBB attempting to listen on: 127.0.0.1:4567
    info: NodeBB Ready
    
    /home/capitansupositorio/mynodebb/node_modules/uglify-js/lib/parse.js:204
        throw new JS_Parse_Error(message, line, col, pos);
              ^
    Error
        at new JS_Parse_Error (/home/capitansupositorio/mynodebb/node_modules/uglify-js/lib/parse.js:196:18)
        at js_error (/home/capitansupositorio/mynodebb/node_modules/uglify-js/lib/parse.js:204:11)
        at croak (/home/capitansupositorio/mynodebb/node_modules/uglify-js/lib/parse.js:663:9)
        at token_error (/home/capitansupositorio/mynodebb/node_modules/uglify-js/lib/parse.js:671:9)
        at unexpected (/home/capitansupositorio/mynodebb/node_modules/uglify-js/lib/parse.js:677:9)
        at semicolon (/home/capitansupositorio/mynodebb/node_modules/uglify-js/lib/parse.js:697:43)
        at simple_statement (/home/capitansupositorio/mynodebb/node_modules/uglify-js/lib/parse.js:871:73)
        at /home/capitansupositorio/mynodebb/node_modules/uglify-js/lib/parse.js:744:19
        at /home/capitansupositorio/mynodebb/node_modules/uglify-js/lib/parse.js:710:24
        at block_ (/home/capitansupositorio/mynodebb/node_modules/uglify-js/lib/parse.js:984:20)
    
  • Still the same thing, i dont know.
    If my forum stills down, im going to change it ... 3 days off 😞

  • Are you on latest? did you run git pull because it looks like this crash was fixed before https://github.com/designcreateplay/NodeBB/issues/946

  • Are you on latest? did you run git pull because it looks like this crash was fixed before

    Yeah i did git pull ...
    Already up-to-date.

  • My problem its fixed. @psychobunny Thank you so much.

    Close the topic! 🙂


Suggested Topics