Same here, cheers. Mine got upgraded to the next major release. Do I need to do anything else with nodebb?
Redis server v=3.0.2 sha=00000000:0 malloc=jemalloc-3.6.0 bits=64 build=9a95cedf214a3630""
Same here, cheers. Mine got upgraded to the next major release. Do I need to do anything else with nodebb?
Redis server v=3.0.2 sha=00000000:0 malloc=jemalloc-3.6.0 bits=64 build=9a95cedf214a3630""
Hey has anyone looked into building a plugin that allows users to login with their Spiceworks account. Spiceworks have documented all the info required here on their Github site: https://spiceworks.github.io/developers.spiceworks.com//documentation/share/#login_with_spiceworks.
With a 6 Million strong user base, this could be very handy.
@julian said:
You'll need to installed redis v2.8 or above.
Also getting this error. I'm currently running Redis v2.8.4 - latest from the package manager in Ubuntu.
Redis server v=2.8.4 sha=00000000:0 malloc=jemalloc-3.4.1 bits=64 build=a44a05d76f06a5d9
@Codejet said:
i've updated redis on windows to 2.8.9 if anyone needs help. dumb.rdb permissions needs a change of ownership but that's about it
/user/search working correctly.
NodeBB doco should include new version
https://github.com/MSOpenTech/redis/releasesdownload and install the .msi
run the redis-cli.exe in the install directory. > SHUTDOWN server
place your old dump.rdb in the new directory
right click dump.rdb click properties, change in security advanced settings, change files owner to NETWORK SERVICEstart the server from an admin command prompt in programs directory..
C:\Program Files\Redis>redis-server.exe redis.windows.conf <- not sure on this command, seems to need special windows treatment, will work stand-alone without arguments thoughshould start, and work. have noticed that dump.rdb reverts owner back to Administrator but it it's still working so alls good.
Does it need to be a later version of 2.8 to fix this?
Wow, some of the forums shown here look amazing. Looks like I've got my work cut out for me. Anyway here's my setup of NodeBB: https://generalitdiscussion.com
Solved: upgrade to NodeBB v0.7.0.
@MYU said:
Installed.
But got a /admin/weibo path not found error.
Ditto. Looks like the plugin has been inactive for sometime.
@julian Any luck with this? I tried upgrading last night and bricked nodeBB again.
Ok, erasing everything and switch to GIT branch 0.5.x did the trick. I'm currently using v0.5.7 with Redis and all is well. There's definitely something funny about v0.6.1 on Ubuntu that does not login. Haven't upgraded yet but not sure if I should. Any ideas anyone. @julian
@KingCat This is both directly and through an Nginx 1.8.0 proxy. Also different browsers and Chrome's incognito on different devices (including my PC) give the same result.
Hi,
After installing nodebb on my Ubuntu VM with the latest stable software (0.6.1), I'm unable to login or register new accounts. I'm running Ubuntu 14.04.2 LTS, with Node.js v0v0.10.38, latest npm. No luck with Mongo or Redis (both latest versions) on Linux. Setting up on Windows works flawlessly but I kinda need this to run on Linux. I've been searching around the forums here and online but found no solution yet. I did read about an AJAX timeout somewhere but I can't see where to adjust it. Below is a screenshot of what I'm getting. Any help much appreciated.
Logs
This program comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions.
For the full license, please visit: http://www.gnu.org/copyleft/gpl.html
Clustering enabled: Spinning up 1 process(es).
11/5 00:49 [4130] - info: Time: Mon May 11 2015 00:49:07 GMT+1000 (AEST)
11/5 00:49 [4130] - info: Initializing NodeBB v0.6.1
11/5 00:49 [4130] - info: NodeBB is now listening on: 0.0.0.0:4567
11/5 00:50 [4130] - info: NodeBB Ready