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

import failed when we try to import mybb into flarum dockerized #18

Open costalfy opened 5 years ago

costalfy commented 5 years ago

Hi, I run Flarum into a docker container like this I export my mybb database and i imported all datas in the same database as flarum. When i used your latest plugin i have this error message : "Oops! Something went wrong. Please reload the page and try again." without any other precission in log files into my mariadb container I have try to change the value of host field to the ip of my container or the name of my container but nothing happened and same issue appears How can i debug the process to solve my problem? Best regards

costalfy commented 5 years ago

Is the mistake it caused by the backslash before mysqli in the migrator.php? https://github.com/MichaelBelgium/mybb_to_flarum/blob/master/src/Migrator.php#L44