Starting issue
-
Hey,
I've compiled Node and installed NodeBB using NPM. All the required dependencies 'should' be installed.
I'm getting this error however
root@uk:/var/nodebb/NodeBB-0.0.5# node app Info: NodeBB v0.0.5 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: Initializing NodeBB v0.0.5, on port 4567, using Redis store at 127.0.0.1:6379. Info: Base Configuration OK. Info: Checking categories... node: symbol lookup error: /var/nodebb/NodeBB-0.0.5/node_modules/reds/node_modules/redis/node_modules/hiredis/build/Release/hiredis.node: undefined symbol: _ZN2v86Object32SetAlignedPointerInInternalFieldEiPv
Is anybody able to help me out? I've probably made some rookie mistake (New to node + web development!)
-
Hey island219,
Did you also run
node app --setup
right after?git clone ...
npm install
node app --setup
Normally, the setup should automatically initialize, although since we've recently added
reds
, perhaps that is conflicting on new installs.Thanks for this, we'll look into it!
-
I tried an install on my second server. It runs fine but looks like this:
-
Here's my config. Disregard the weak secret!
{ "base_url": "http://localhost", "port": 4567, "use_port": true, "redis": { "host": "127.0.0.1", "port": 6379, "password": "" }, "secret": "lolfail", "bcrypt_rounds": 12, "upload_path": "/public/uploads", "relative_path": "" }
-
Here's the one from
/public/config.json
{ "socket": { "address": "http://localhost", "port": 4567 }, "api_url": "http://localhost:4567/api/", "relative_path": "" }
This is the javascript / http log
This is the source for the pageIt seems to have everything it should, but it's getting rewritten and does not display that way.
-
I just took a look at the source for the page. It seems to contain everything as it should. I just isn't displaying correctly.
Here's a link to the page source.
Here's the log from my browser](http://pastie.org/pastes/8251050/text)
-
The drag-drop to add images keeps popping up whilst I'm doing stuff. Really annoying as stuff seems to break when it appears.
This is the link!
http://pastie.org/pastes/8251395/text