Simple Machines Community Forum

SMF Support => Converting to SMF => YaBB/YaBB SE => Topic started by: Chris™ on November 13, 2006, 02:06:20 AM

Title: YaBB2.1 to SMF 1.1
Post by: Chris™ on November 13, 2006, 02:06:20 AM
SMF Version: SMF 1.1 RC3
When trying to convert I get this error and I have all the yaBB files and the converter files(2).
Quote
Warning: file($boarddir/Variables/Settings.pl) [function.file]: failed to open stream: No such file or directory in /home/leet/public_html/yabb/yabb21_to_smf.php on line 94

Warning: Invalid argument supplied for foreach() in /home/leet/public_html/yabb/yabb21_to_smf.php on line 95
Converting membergroups...
Warning: file($boarddir/Variables/membergroups.txt) [function.file]: failed to open stream: No such file or directory in /home/leet/public_html/yabb/yabb21_to_smf.php on line 116

Warning: Invalid argument supplied for foreach() in /home/leet/public_html/yabb/yabb21_to_smf.php on line 117
Unsuccessful!
This query:

    DELETE FROM `smf`.smf_permissions
    WHERE ID_GROUP > 4;

Caused the error:

    Access denied for user 'leet'@'localhost' (using password: NO)
Title: Re: YaBB2.1 to SMF 1.1
Post by: JayBachatero on November 13, 2006, 09:30:48 AM
It seems like the $boarddir var is not being parsed correctly.  Use the converter in this topic.
http://www.simplemachines.org/community/index.php?topic=122338.0