A phpBB migrator is planned? Or have I to upgrade my old phpBB forum (100k posts) to esoTalk and then move to Flarum?

Berlyn locked the discussion .
3 years later
luceos unlocked the discussion .

This is a very old string, but i'm wondering if this materialized? thank you!

a year later

Soon, after leaving from Beta. I hope Flarum could make Universal Migrator (for all forum)... Only post, thread, user and base access right table needed 🙂

5 months later

SamuelDB I got

Uncaught Error: Class 'Cocur\Slugify\Slugify' not found...
error when I try this and
Uncaught Error: Class 'League\HTMLToMarkdown\HtmlConverter' not found in errors can you explain more how to use this? thanks

5 months later

Hello, sorry for my late reply. you have to run the command "composer install" first.

    5 months later

    SamuelDB Oh I got it. You mean inside vanilla_to_flarum directory, we need to run composer install

    I am getting this issue.

    ^ PDOException {#18 â–¼
      #message: "SQLSTATE[42S22]: Column not found: 1054 Unknown column 'bio' in 'field list'"
      #code: "42S22"
      #file: "/home/globallo/study.webmatrices.com/vanilla_to_flarum/public/function.php"
      #line: 45
      +errorInfo: array:3 [â–¼
        0 => "42S22"
        1 => 1054
        2 => "Unknown column 'bio' in 'field list'"
      ]
      trace: {â–¶}
    }

      Bishwas-py I removed the bio field it's working but I got another error Duplicate entry 'maokhun' for key 'users_username_unique' where maokhun is a username

      Bishwas-py you can install fof/user-bio to have that bio column.

      For that duplicate error, flarum demands usernames to be unique. You have to remove duplicates from your vanilla database or modify the script to work with duplicates (rename them or skip).

        That can be expected. And so you solve all errors until the migration succeeds without one.

        Your duplication error might also be caused by restarting the migration without having cleaned up the flarum database. Eg if you installed flarum with admin username Toby and your vanilla forum had a username with the same name, it might throw this error.

          Bishwas-py a clean flarum install asks for and creates an admin username. Even so your Vanilla forum might allow duplicate usernames, Flarum does not.