Upgrading from v0.6.1 to v0.9.0
-
@maximus123 said:
Object socket.io#TBk9hC has no method 'split'
Hmm, it sounds like something is calling out to a method that doesn't exist in the version of Socket.IO that Nodebb uses. My guess would be one of those incompatible plugins it listed. I'd start one by one turning them off and see if that fixes it. No guarantees though that is problem, its just what I would try next, so you can wait for someone who knows more about the error to respond if you want.
-
Working now! I did not have the good version of redis or connect-redis
With this:
npm install redis@~0.10.1 connect-redis@~2.0.0Working ATM!
http://forum.maximumtrainer.com:4567/Gonna test that stuff, really cool that it worked so fast
-
I think I found a bug with 0.9.0
If you click a post in the list:
http://forum.maximumtrainer.com:4567/category/24/power-curve
and hit the BACK button in the browser, you go back to the list of topic but nothing is shown with NAN -
Should have checked,
Seems like the emailer plugin I was using is not compatible with 0.9.0?
https://github.com/julianlam/nodebb-plugin-emailer-postmarkLooking for a solution...
-
Edited: Need to leave local login ON or the login page does not show
Will try postmark plugin now
-
Updated to the new persona theme fixed the issue with NAN and BACK button not reloading forum post.
Will stick to persona -
Found a bug with the website in PROFILE section;
The website address seems to be converted to HTML code and result in a bad link, example with my profile:
WEBSITE HTTPS://MAXIMUMTRAINER.COM/
For some reason it works here but on the forum it shows '&X2F; codeWeird it's okay now after I edited it back, maybe the dump.rdb correctly saved it now
-
PostMark working as expected!
-
Thanks a lot for your help Julian, would have not been so smooth without you
If a plugin is not listed in the plugin interface, can you still install it with command line?
I liked this one, to save space and backing up image profile pictures:
https://github.com/barisusakli/nodebb-plugin-imgur
But can't seem to find it with search plugin page -
Great everything is working and I'm happy with the changes!
Up and running:
http://forum.maximumtrainer.com:4567/Have a great day!
-
I have a backup every day of dump.rdb
About security, I haven't done much since the database and the forum are on the same server, in a non public area. Should be enough? Thanks! -
Exactly! Learned a lot today with your help. I was afraid to upgrade but once you know how it works it's pretty easy.
Keep up the good work, nodebb rocks -
I should probably install the anti-spammer stuff. I just have captcha but noticed some random user registering (porn site, etc.) WIll look to do that in the future.
-
edited, will open a new post for this Thanks