NodeBB from MyBB
-
-
I just try to make all the process again in a clean installation in order to have a screenshot from the first error I get when I exported it the first time.
When the socket error appers I DO have my forum exported but any thread at all
Users are exported too: http://107.170.131.171/users/latest
Any ideas?
-
@NiLord
here's how it works:-
Categories (aka forums) have topics in them (aka threads)
-
each topic is owned by a user (
_uid
), belong to a Category (_cid
) and have main_content
property. if a topic's user or category was not imported the whole topic (along with of its posts) gets ignored -
each post belongs to a topic (
_tid
), if the topic get ignored, the post is ignored obviously. -
in your case, something is obviously wrong, but for me to find out what it is, I need your storage folder ([email protected]), zipped along with these other info:
-
which version of NodeBB are u using? (even a commit hash would be fine) (that error that you're seeing happens if you don't uncomment 1 line of code, but you should'nt have to do that with the latest master NodeBB)
-
which version of the importer are u using? (I am assuming the latest?)
-
ps: you would have to be patient with me for the next 2 weeks, i'm 7+ hours off my usual timezone and on a 1mb/s internet speed.
With the NodeBB 0.5.0's release, and after I am back to normal life, i am planning is much easier import process, no more terminal crap and no more storage files and shit, if you're not in a rush, ETA 4-6 weeks for my release
-
-
First of all thanks for the answer, @bentael. We are not really in such a big rush but we would like to export everything as soon posible.
I'll send you the information you require to try to figurate out what's going on. As I said we're not in a "rush" and I understand you are busy (I'm kinda busy too with my work that's why I want to take my time to make everything works fine).
Thank you again!
-
Not too sure if this is a bit late or not, but I have converted the phpBB importer to work for myBB
https://www.npmjs.org/package/nodebb-plugin-import-mybbNeeded one for a site I am actually busy with at the moment.
Hope this helps someone