News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

YABB 2.2 error on conversion

Started by llyon, August 20, 2009, 04:57:57 PM

Previous topic - Next topic

llyon

Hi guys,

Converting YABB to SMF 2.0 RC1.2 & get the following error running the conversion:

Converting...
Converting membergroups...
Unsuccessful!
This query:

    REPLACE INTO `savetheb_forum`.smf_membergroups
    (ID_GROUP, groupName, onlineColor, minPosts, stars)
    VALUES (2, SUBSTRING('Global Moderator', 1, 80), SUBSTRING('blue', 1, 20), '-1', SUBSTRING('5#stargmod.gif', 1, 255)),
    (1, SUBSTRING('YaBB Administrator', 1, 80), SUBSTRING('red', 1, 20), '-1', SUBSTRING('5#staradmin.gif', 1, 255)),
    (3, SUBSTRING('YaBB Moderator', 1, 80), SUBSTRING('green', 1, 20), '-1', SUBSTRING('5#starmod.gif', 1, 255));

Caused the error:

    Unknown column 'groupName' in 'field list'

Any ideas ?

cheers,

Lance

ThorstenE

QuoteUnknown column 'groupName' in 'field list'
from the error message I believe you used the wrong converters version (SMF 1.1.10 converter instead of SMF 2.0 converter). please check our downloads page for the latest SMF 2.0. RC converter.
http://download.simplemachines.org/?converters;software=yabb

Advertisement: