@yariplus
Thank you, your link was usefull.
KotoWolod
Posts
-
nodebb v0.6.1 websockets handshake error 400&502 -
nodebb v0.6.1 websockets handshake error 400&502Ok, thx. I will try to do so
-
how to remove icon from category?Hi. Try to click on icon in Admin Control Panel of the forum manage->Categories in popup window choose blank icon
-
nodebb v0.6.1 websockets handshake error 400&502Hi All!
During setup of nodebb (./nodebb setup) without assign of port number appears following errors:
http://domain/socket.io/?EIO=3&transport=polling&t=1430133186679-36&sid=netF9zZanEShy81DAAAP 502 (Bad Gateway)
http://domain//socket.io/?EIO=3&transport=polling&t=1430133197655-38&sid=netF9zZanEShy81DAAAP 400 (Bad Request)
http://domain/socket.io/?EIO=3&transport=websocket&sid=8SEBUhGKWZskpIS3AAAQ' failed: Error during WebSocket handshake: Unexpected response code: 400But if I will determine port number of nodebb, for example http://domain:4567 - this error disappear but in this case users can see port number in browser url after login into forum using SSO plugins and works properly only facebook-sso. If end-user trying to login into forum with google-sso or twitter-sso , they are working as guests and they can't see forum topics, etc...
Please advise me what to do in this case.
-
How to update mongo data from 0.5.0 to 0.6.1?This is the manual how to update/upgrade from v0.5.0 to v0.6.1
- git checkout c9228f14837fcf2903923ebca3d90a0d1517a713 (I don't now why v0.5.1 doesn't work in cli and csrf token error)
- ./nodebb upgrade
- git checkout d341428ca1b88d56f7c7fe37d3e5e87d83bb0698 (v0.5.2 doesn`t work in cli too)
- ./nodebb upgrade
- git checkout cce076fc83e6a29c7d385ee757cce4b40c63daf2 (v0.5.3 work in cli, but I am not interesting in experiments)
- ./nodebb upgrade
- git checkout 1943f8fdfa573b40e8b0c5e23e68142a71b2cf93 (v0.5.4)
- ./nodebb upgrade
- git checkout d6c17d5cae66f2ab0d4174e1b6bdda24856eacbe (v0.5.5)
- ./nodebb upgrade
- git checkout e7ecd0f1eb81c54f33f51958b64aa937613bc99d (v0.5.6)
- ./nodebb upgrade
- git checkout 6748013c6534ed672184145ee7b5120eb07e7b47 (v0.5.7)
- ./nodebb upgrade
- git checkout accee7d05ba3f791627d439ac1c73cf5f858eebe (v0.6.0)
- ./nodebb upgrade
- git checkout 4686ae992318eeaaff1945868ee4cc094dcda17d (v0.6.1)
- ./nodebb upgrade
- git checkout c2656bf0b69ec05b1cbc123ef06ec0b14657cc8b (stable)
- ./nodebb upgrade
- npm up
- clear cache and cookies
Is anybody knowing the better solution? Please, give me to know.
-
How to update mongo data from 0.5.0 to 0.6.1?@baris I have repeated and checked all steps and permissions again and it works now. Probably I made a mistake somewhere. Thank you,
-
How to update mongo data from 0.5.0 to 0.6.1?@baris My current theme is up to date. As I have already wrote , I did "npm up" and "node app --reset themes".
I think that the problem is in updating of database.
Permissions are ok because in version 0.5.1 everything works.
Only after update using wiki tutorial I have faced with this problem. -
How to update mongo data from 0.5.0 to 0.6.1?Any ideas?
-
How to update mongo data from 0.5.0 to 0.6.1?After successful updating I run "npm up", cleaned cookies and cache, made "node app --reset themes" and "./nodebb reset all". Everything has started without errors but theme does not show categories and if I am trying to login then I've got error message "invalid csrf token". If I will set back fresh database to the forum - it works.
-
How to update mongo data from 0.5.0 to 0.6.1?@Mikael Ок.thx May be you are right.
-
How to update mongo data from 0.5.0 to 0.6.1?Thank you of course, but the obvious solution does not solve the problem, that is why I have asked this question on the forum.
I have mongodb database backup from version 0.5.0
How to move mongodb database from 0.5.0 to 0.6.1 ?
The way of upgarding that is described in the wiki is not suitable.
The reason is that the version 0.5.0 has installed on server #1, there was written several own plugins, personal theme
and many other non-standard settings. Now we are moving to new server and I want to use there latest version of NodeBB.
I have tried to move configured version 0.5.0 on new server,
an error occurs "Error creating index server 127.0.0.1:27017 sockets closed".
Running the upgrade script does not result in any obvious changes.
The main question is how to transfer database of users, messages, etc...
Later I can install my own plugins amd customize default theme.
I see two ways to solve my problem:- Set to work old nodeBB version 0.5.0 on new server and then do upgrade.
- Transfer messages, users, passwords from a database configured for version 0.5.0 on a fresh instal of 0.6.1
I would be grateful for any help.
-
How to update mongo data from 0.5.0 to 0.6.1?Hi All! Please help to solve following problem. We have NodeBB 0.5.0, mongoDB. We want to upgrade to the latest version of NodeBB. The problem is in updating database from version 0.5.0 to 0.6.1.
-
I can't update forum engine from 0.5.0 to 0.5.1@julian ok, thx
-
I can't update forum engine from 0.5.0 to 0.5.1Hi. I can't update forum engine from 0.5.0 to 0.5.1
- Bug. After entering login and password nothings happens - where is redirection?
- Bug. I can not upload avatar to local server - got error message 500 invalid csrf token
- Bug. Widget Forum stats does not work
- Bug. Wodget html overwrites previous version of html instead of normal work
- Bug. I can not restart NodeBB, at all, from any place
- Problem. I made custom theme and I want to use it with current updated version, how to update it in order to see new feature - subcategory, for the moment after update subcategory is invisible.
Is it a stable version?
-
Who is using NodeBB?http://forum.l--l.info/
Here is short list of what has been done on the forum:- our new theme is based on Vanilla (completly NEW design)
- transliteration hack for russian urls
- new buttons in front-end composer-editor
- our own user custom information plugin
Forum was made for support of our main project - portal Homo Info - set of esoteric and astrological online services that helps a person to learn more about oneself, to make his life better. Currently our website is on russian languague only, we are working on english version.
Our website was written on NodeJS, CoffeeScript with MongoDB and MySQL. -
Strange bug with theme[Solved] Clear browser cache.
-
Strange bug with themeHi!
I just have installed nodebb and trying to modify theme.
I found strange bug that makes modifying of theme useless.
Here is step by step explanation on how to obtain it:- fresh install (theme vanilla)
- At Admin panel - write "Site title" and checkbox "Show Title in Header" and press save button.
- Chose bootstrap theme at Admin - themes/skins
- Edit homo.tpl of vanilla theme - copy/past from classic theme to obtain "list design" of categories.
- restart NodeBB.
What's happening next:
- click on breadcrumb "home" - you will get default rectangular categories view and any changes at home.tpl is ignored.
You will get the same result when clicking on Site Title link (site title - NodeBB by default). After page reloading everything
becomes normally - I can see my custom design. - trying to chose any category on home page - goes inside it - the same thins - I see default design and after page refreshing it becomes custom.
What you advise to do?