MichaelBelgium / mybb_to_flarum

A Flarum extension to convert a mybb forum to a fresh flarum install
MIT License
26 stars 15 forks source link

Do not import threads without posts #20

Closed flaiming closed 4 years ago

flaiming commented 4 years ago

When I did migration from my myBB instance to Flarum, I encountered error when there is thread with no posts. I don't know how that could happen, but this will fix it by deleting partially imported thread when there are no posts in it.

MichaelBelgium commented 4 years ago

I don't think this is good idea, Deleting a whole thread when there's no post? Should be another solution

MichaelBelgium commented 4 years ago

Tested your issue and I can't reproduce it. I made a mybb thread with no posts and it migrates fine.