akhoury / nodebb-plugin-import

migrate your old crappy forum to NodeBB
MIT License
78 stars 31 forks source link

NodeBB 1.0.3 is Broken #219

Closed ghost closed 6 years ago

ghost commented 6 years ago

NodeBB 1.0.3 is broken with me... incurable CSRF errors... so... am I just SOL on getting this installed?

ghost commented 6 years ago

Fixed. Appears they recommend upgrade to fix it, but you can simply do this after using npm install: cp node_modules/socket.io-client/dist/socket.io.js node_modules/socket.io-client/

2) Node 6.x, anything greater breaks with internal/fs errors. 3) Had to alias the /Applications/MAMP/mysql socket stuff from the xenforo exporter to my Ubuntu systems' mysql socket.

After that, it appeared to work. Will post back with final result.

Server for MySQL/XenForo same as the mongodb/nodebb instance. Ubuntu 14, distro releases except nodejs 6.x from PPA.

ghost commented 6 years ago

It worked, then failed on some usergrouprank check thing... i disabled a few lines in the code and then re-ran after setting some of the checks to "true".

Worked. This bypassed whatever was continuing/halting the process, and then I was able to run the convert. All users intact etc.

akhoury commented 6 years ago

i upped the support to 1.7.5, this issue should have been resolved now