SMF Support > MyBB

[SMF Converter] MyBB 1.6

<< < (4/27) > >>

Yoshi:

--- Quote from: AndrewS on November 08, 2010, 01:50:54 PM ---
--- Quote from: Yoshi2889 on November 08, 2010, 01:45:21 PM ---EDIT: Sorry you already had it that way.

Probably you are not using the correct files or myBB version.

--- End quote ---

Hi thank you, but I still have the same error when doing that?

--- End quote ---
Then I'm lost.

Maybe the other convertor package will work...then you can use the upgrade files from the 1.1 series or the 2.0 series to upgrade to the result you want.

AndrewS:
I'm using MyBB 1.6 forums then the MyBB 1,6 sql file n converter.php

Could you link me to one that would work with MyBB 1.6 forums.. I tried so many. not sure which is the right n wrong.

TE:

--- Quote from: AndrewS on November 08, 2010, 01:35:46 PM ---I got an error here but not sure why, anyone know how to fix it pls?

Converting moderators... Unsuccessful!
This query:
SELECT uid AS ID_MEMBER, fid AS ID_BOARD
FROM `pshacksc_home`.mybb_moderators
LIMIT 0, 500;
Caused the error:
Unknown column 'uid' in 'field list'

--- End quote ---
this one seems to be a bug in mybb16_to_smf.sql...
search in mybb16_to_smf.sql for:

--- Code: ---SELECT uid AS ID_MEMBER, fid AS ID_BOARD
--- End code ---
replace it with

--- Code: ---SELECT id AS ID_MEMBER, fid AS ID_BOARD
--- End code ---
the restart the conversion process.

AndrewS:

--- Quote from: TE on November 08, 2010, 05:18:30 PM ---
--- Quote from: AndrewS on November 08, 2010, 01:35:46 PM ---I got an error here but not sure why, anyone know how to fix it pls?

Converting moderators... Unsuccessful!
This query:
SELECT uid AS ID_MEMBER, fid AS ID_BOARD
FROM `pshacksc_home`.mybb_moderators
LIMIT 0, 500;
Caused the error:
Unknown column 'uid' in 'field list'

--- End quote ---
this one seems to be a bug in mybb16_to_smf.sql...
search in mybb16_to_smf.sql for:

--- Code: ---SELECT uid AS ID_MEMBER, fid AS ID_BOARD
--- End code ---
replace it with

--- Code: ---SELECT id AS ID_MEMBER, fid AS ID_BOARD
--- End code ---
the restart the conversion process.

--- End quote ---


Thanks but I fixed it myself, suprised :)

Pete50:
Am I missing something? Where can I find the MyBB 1.6 convert.php + sql files?

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version