0.6.1 - 0.7.0

General Discussion
  • @osman123 Git is complaining that you modified files in the Turkish translation, so it cannot update the files.

    You'll want to back up those files, then run git reset --hard origin/master, and then ./nodebb upgrade

    Depending on the changes you made, you might not need to put back the altered files.

  • I'll try tonight, thanks

  • ./nodebb log

    at Function.Module._load (module.js:312:12)
    at Module.require (module.js:364:17)
    at require (module.js:380:17)
    at Object.<anonymous> (/home/yasin/nodebb/node_modules/mmmagic/index.js:3:13)
    at Module._compile (module.js:456:26)
    at Object.Module._extensions..js (module.js:474:10)
    at Module.load (module.js:356:32)
    at Function.Module._load (module.js:312:12)
    at Module.require (module.js:364:17)
    

    3 restarts in 10 seconds, most likely an error on startup. Halting.

  • Dev

    24/5 18:37 [4664] - info: Time: Sun May 24 2015 18:37:47 GMT-0400 (EDT)
    24/5 18:37 [4664] - info: Initializing NodeBB v0.7.0
    24/5 18:37 [4664] - verbose: * using configuration stored in: /home/yasin/nodebb/config.json
    24/5 18:37 [4664] - verbose: * using redis store at 127.0.0.1:6379
    24/5 18:37 [4664] - verbose: * using themes stored in: /home/yasin/nodebb/node_modules
    24/5 18:37 [4664] - error: Error: /home/yasin/nodebb/node_modules/mmmagic/build/Release/magic.node: undefined symbol: node_module_register
    at Module.load (module.js:356:32)
    at Function.Module._load (module.js:312:12)
    at Module.require (module.js:364:17)
    at require (module.js:380:17)
    at Object.<anonymous> (/home/yasin/nodebb/node_modules/mmmagic/index.js:3:13)
    at Module._compile (module.js:456:26)
    at Object.Module._extensions..js (module.js:474:10)
    at Module.load (module.js:356:32)
    at Function.Module._load (module.js:312:12)
    at Module.require (module.js:364:17)
    Error: /home/yasin/nodebb/node_modules/mmmagic/build/Release/magic.node: undefined symbol: node_module_register
    at Module.load (module.js:356:32)
    at Function.Module._load (module.js:312:12)
    at Module.require (module.js:364:17)
    at require (module.js:380:17)
    at Object.<anonymous> (/home/yasin/nodebb/node_modules/mmmagic/index.js:3:13)
    at Module._compile (module.js:456:26)
    at Object.Module._extensions..js (module.js:474:10)
    at Module.load (module.js:356:32)
    at Function.Module._load (module.js:312:12)
    at Module.require (module.js:364:17)

  • Help pls

  • Run npm install again.

  • @julian I did it again but still did not. 😞

  • @lombisi said:

    undefined symbol: node_module_register

    This error sounds like this http://stackoverflow.com/questions/29495599/bcrypt-lib-node-undefined-symbol-node-module-register

    What is the version of nodejs installed? Use node -v to find out.

  • @baris i have: v0.12.3
    What should have been?

  • npm install -g n # Install n globally
    n 0.10.33 # Install and use v0.10.33


    $ git fetch
    $ git checkout v0.7.x
    $ git merge origin/v0.7.x

    ./nodebb upgrade

    It was dissolved


Suggested Topics