SMF Support > MyBB

[SMF Converter] MyBB 1.6

(1/26) > >>

Nibogo:
Software: MyBB
Version: 1.6

This is the official support topic for MyBB 1.6 converter.  Use this topic to ask for support for this converter.

Note: This was tested on MyBB 1.6, but should in theory work on newer versions of MyBB if the database changes have not been to great.

Changelog

convert.php
The convert.php is attached in each package.

chaitu_cheat:
I am getting following error while converting:


--- Code: ---Converting moderators...
Unsuccessful!
This query:

    SELECT id AS id_member, fid AS id_board
    FROM `asliind1_mybb`.mybb_moderators
    WHERE isgroup = 0
    LIMIT 0, 500;

Caused the error:

    Unknown column 'id' in 'field list'

--- End code ---

Nibogo:
Try opening the .sql file and search for:


--- Code: ---SELECT id AS id_member, fid AS id_board
--- End code ---

Replace with:


--- Code: ---SELECT uid AS id_member, fid AS id_board
--- End code ---

chaitu_cheat:
Thanks mayte..Now the following error:  :-[


--- Code: ---Converting moderators...
Unsuccessful!
This query:

    SELECT uid AS id_member, fid AS id_board
    FROM `asliind1_mybb`.mybb_moderators
    WHERE isgroup = 0
    LIMIT 0, 500;

Caused the error:

    Unknown column 'isgroup' in 'where clause'

--- End code ---

Nibogo:
Are you sure you're using MyBB 1.6? Those rows were added in that version. Please try to upgrade.

Navigation

[0] Message Index

[#] Next page

Go to full version