User search broken [0.7.0]
-
When using a User search field you, don't get a search result, but an error box with the message:
ERR unknown command 'zrangebylex'
I appears in the forum search and in the admin page. Group handling is currently impossible because of that problem.
Can somebody else confirm that bug?
-
No Cloud. The data shall not be under somebody else control. Specially not spread anywhere in the world. (-> federal data protection act)
You're in Poland? "Dzień dobry!"
You should know about such things (http://www.giodo.gov.pl) -
nodebb mongo setup breaks.
npm WARN installMany nopt was bundled with [email protected], but bundled package wasn't found in unpacked tree npm WARN installMany npmlog was bundled with [email protected], but bundled package wasn't found in unpacked tree npm WARN installMany request was bundled with [email protected], but bundled package wasn't found in unpacked tree npm WARN installMany semver was bundled with [email protected], but bundled package wasn't found in unpacked tree npm WARN installMany tar was bundled with [email protected], but bundled package wasn't found in unpacked tree npm WARN installMany tar-pack was bundled with [email protected], but bundled package wasn't found in unpacked tree npm WARN installMany mkdirp was bundled with [email protected], but bundled package wasn't found in unpacked tree npm WARN installMany rc was bundled with [email protected], but bundled package wasn't found in unpacked tree npm WARN installMany rimraf was bundled with [email protected], but bundled package wasn't found in unpacked tree > [email protected] install /home/nodemail/nodebb/node_modules/mongodb/node_modules/mongodb-core/node_modules/bson/node_modules/bson-ext > (node-pre-gyp install --fallback-to-build) || (node-gyp rebuild 2> builderror.log) || (exit 0) make: Entering directory `/home/nodemail/nodebb/node_modules/mongodb/node_modules/mongodb-core/node_modules/bson/node_modules/bson-ext/build' CXX(target) Release/obj.target/bson/ext/bson.o SOLINK_MODULE(target) Release/obj.target/bson.node SOLINK_MODULE(target) Release/obj.target/bson.node: Finished COPY Release/bson.node make: Leaving directory `/home/nodemail/nodebb/node_modules/mongodb/node_modules/mongodb-core/node_modules/bson/node_modules/bson-ext/build' [email protected] node_modules/connect-mongo ├── [email protected] ├── [email protected] ([email protected]) └── [email protected] [email protected] node_modules/mongodb ├── [email protected] ([email protected], [email protected], [email protected], [email protected]) └── [email protected] ([email protected], [email protected]) 2/6 10:34 [25466] - error: NodeBB could not connect to your Mongo database. Mongo returned the following error: auth failed 2/6 10:34 [25466] - warn: NodeBB Setup Aborted. MongoError: auth failed
But Auth data is correct.
By far: How to import the nodebb-data from redid to mongo?
-
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.
-
@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?