Fixed. Found a post about similar issue, I was running redis 2.4, needed 2.6+.
robyb
Posts
-
Having trouble with newly installed nodebb -
Having trouble with newly installed nodebbYes, there's a git command in the instructions that I ran. git -b v.0.5.x http:/// if I recall!
Thanks!
-
Having trouble with newly installed nodebbFirst of all, hello and I want to say I'm proud that this is a Canadian product! That said, I'm having some issues and hoping to get some help.
Installed as per instructions (at least I think) on an AWS EC2 instance. running Amazon Linux image. Kept all the default redis and nodebb settings, created admin credentials when prompted.
First install pass was weird, only the header showed up on the website and then I had an "[Object Object]" displayed as the body.
I then deleted the nodebb folder and re-installed it, re-setup and then I get the whole page (or so I think), but if I click on Login after entering my login credentials it's like the website crashes. Here's what the log says:
node_redis: no callback to send error: ERR unknown command 'pexpire'
2014-12-03T00:38:48.934Z - error: Error: ERR unknown command 'pexpire'
at ReplyParser.<anonymous> (/var/www/nodebb/node_modules/redis/index.js:305:31)
at ReplyParser.emit (events.js:95:17)
at ReplyParser.send_error (/var/www/nodebb/node_modules/redis/lib/parser/javascript.js:296:10)
at ReplyParser.execute (/var/www/nodebb/node_modules/redis/lib/parser/javascript.js:181:22)
at RedisClient.on_data (/var/www/nodebb/node_modules/redis/index.js:534:27)
at Socket.<anonymous> (/var/www/nodebb/node_modules/redis/index.js:91:14)
at Socket.emit (events.js:95:17)
at Socket.<anonymous> (stream_readable.js:764:14)
at Socket.emit (events.js:92:17)
at emitReadable (_stream_readable.js:426:10)
[cluster] Child Process (2252) has disconnected
[cluster] Child Process (2252) has exited (code: 1, signal: null)
[cluster] Spinning up another process...
2014-12-03T00:38:49.215Z - info: Time: Wed Dec 03 2014 00:38:49 GMT+0000 (UTC)
2014-12-03T00:38:49.220Z - info: Initializing NodeBB v0.5.7
2014-12-03T00:38:49.221Z - info: * using configuration stored in: /var/www/nodebb/config.json
2014-12-03T00:38:49.221Z - info: * using redis store at 127.0.0.1:6379
2014-12-03T00:38:49.222Z - info: * using themes stored in: /var/www/nodebb/node_modules
2014-12-03T00:38:57.592Z - info: [user.startJobs] Registering User Jobs
[cluster] Child Process (2263) listening for connections.2014-12-03T00:39:00.763Z - warn: [plugins/nodebb-widget-essentials] This plugin may not be compatible with your version of NodeBB. This may cause unintended behaviour or crashing.
2014-12-03T00:39:00.763Z - warn: [plugins/nodebb-widget-essentials] In the event of an unresponsive NodeBB caused by this plugin, run ./nodebb reset plugin="nodebb-widget-essentials".2014-12-03T00:39:00.767Z - warn: [plugins/nodebb-plugin-markdown] This plugin may not be compatible with your version of NodeBB. This may cause unintended behaviour or crashing.
2014-12-03T00:39:00.767Z - warn: [plugins/nodebb-plugin-markdown] In the event of an unresponsive NodeBB caused by this plugin, run ./nodebb reset plugin="nodebb-plugin-markdown".2014-12-03T00:39:00.866Z - warn: [plugins/nodebb-plugin-mentions] This plugin may not be compatible with your version of NodeBB. This may cause unintended behaviour or crashing.
2014-12-03T00:39:00.867Z - warn: [plugins/nodebb-plugin-mentions] In the event of an unresponsive NodeBB caused by this plugin, run ./nodebb reset plugin="nodebb-plugin-mentions".2014-12-03T00:39:01.768Z - info: [hotswap] Router with id
plugins
replaced successfully
2014-12-03T00:39:01.770Z - info: [plugins] All plugins reloaded and rerouted
2014-12-03T00:39:01.978Z - info: [meta/css] Minifying LESS/CSS
2014-12-03T00:39:02.067Z - info: NodeBB attempting to listen on: 0.0.0.0:4567
2014-12-03T00:39:02.069Z - info: [hotswap] Router with idauth
replaced successfully
2014-12-03T00:39:02.922Z - info: NodeBB is now listening on: 0.0.0.0:4567
[cluster] Child Process (2263) listening for connections.
2014-12-03T00:39:03.520Z - info: [sounds] Sounds OKAny help would be appreciated. Let me know if you have questions, I'll gladly elaborate!
Cheers,
Roby!