You need the install folder from the original phpBB 3.0.10 installation. Then you browse to install/index.php and you should see the Convert tab. Click the Convert tab and a list of convertors that are installed will be displayed.spanner wrote:I'm just trying to convert mybb 1.1.6 to 3.0.10 using the 002b files and just get a white screen. Have re uploaded the files but still the same, any pointers where I've gone wrong please.
It looks like someone has been spamming your poll. Look in the MyBB database at the polls table and look for the row where the tid equals 21045. What are the values for the votes field and the numvotes field?xsoli wrote:Hello.
I am trying to convert MyBB 1.6.6 to the latest phpBB version.
Here is the error I receive,
Thank you.
Thank you for this converter. I just wanted to report that I was able to use this successfully to convert from MyBB v1.6.7 w/MySQL to phpBB v3.0.10 w/MySQL.D¡cky wrote:Try the attached converter files.Attachments
mybb_002b.zip
Code: Select all
Fatal installation error
Fatal installation error
functions_convert.php [ 655 ]
Note to developer: you must specify $convertor['smilies_path'] to use import_smiley().
Try this:toxaris wrote:Hi, I tried a test convert from my myBB 1.6.5 forum to phpBB 3.0.11. I get the following error:Any idea what is wrong and where there might be additional information to be found?Code: Select all
Fatal installation error Fatal installation error functions_convert.php [ 655 ] Note to developer: you must specify $convertor['smilies_path'] to use import_smiley().
Code: Select all
'smilies_path' => get_config_value('smilies_path') . '/',
Code: Select all
'smilies_path' => 'images/smilies' . '/',
As far as I know, it has not been tested with postgresql, but it should work since it uses the phpBB3 DBAL.piercejr wrote:will this converter work for mybb 1.4.x to phpBB 3.0.11 if both databases are postgresql ?
Relative referencing should work as long as MyBB and phpBB3 are on the same server under the same account name. You need to get up to the home directory then work your way back down like this:piercejr wrote:my current mybb forum is http://host.domain.com/ (mapped to /home/<user>/mybb ). I would normally put phpbb3 in /home/<user>/phpBB3 and use http://tempnewhost.domain.com/ mapped to this, but if things need relative referencing, that won't work....
../../home/<user>/mybb
. I have not tested this so you may have to adjust the path.