Was just recommended Flarum by someone this morning, and from what I see I really LOVE it!
However, has anyone tried converting from SMF 2.1?
Thanks!
Was just recommended Flarum by someone this morning, and from what I see I really LOVE it!
However, has anyone tried converting from SMF 2.1?
Thanks!
Hello,
Having tried many methods including SMF to flarum, the most successful one I had was converting to myBB and then from myBB to flarum.
I would do the smf to myBB offline but found most easiest to run the myBB to flarum via SSH in my cPanel server
Hope this helps
Yes it didn’t appear to give me any problems
What will give you a problem is not downloading the latest version. Download the converter from GitHub not from the myBB website. I found this solved many problems I was having
I've successfully migrated large SMF 2+ forum with all the data, including custom fields, passwords etc writing my own script, but it takes a lot of SQL micro managing if you want to do it right
There are always logs for errors and sometimes you will notice something only after extensive testing. It's messy work, but it's doable. And it's worth it. Flarum is great forum software, your community will benefit it greatly
I migrated a SMF 1 Forum - which to my knowledge is prettey similar in database-structure as SMF 2 - to Flarum in the past.
https://discuss.flarum.org/d/3585-smf2-to-flarum-migration-script-alpha-3/52
The GitHub-Repo for the script is here: wolfgang-demeter/smf2flarum
While some things might work out of the box others most certainly require tinkering with the script and tuning the SQLs or handle (skip) corrupted data or attachments. It's like hrvoje_hr said, it's messy work. You do a test-migration on a dev/test server, check the errors, handle them and do it all over again. And don't forget to recruit some of your forum members (Mods, Admins) to test the test-migrations.
It's tedious but it's totally worth it. I'm so happy with Flarum. It's a really awesome Forum solution without the clutter and weirdness of old forum systems - like SMF, phpBB and others.
This discussion is so wholesome
If any of you get stuck on errors make sure to post them here, or better in a dedicated discussion for your own migration. We will do our best to follow up and assist.