MyBB Community Forums

Full Version: fatal error: resources/output.php
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Using 1.4.4 and the snapshot Merge system on a fresh install, when I select SMF 1.x and go to the next screen, it's still fine. On the next one after that, I get the following error after what is the normal text for the window:

Please enter the database details for your installation of SMF 1 you want to merge from.

Fatal error: Class 'DB_SQLite' not found in /home/cmill303/public_html/mybb144/convert/resources/output.php on line 478

Thanks!
Found it in Fixed Bug Reports http://community.mybboard.net/thread-41601.html - It was not fixed in the file in the snapshot, so I had to do it to proceed:

SQLite doesn't use the DB_SQLite2 class and causes an error.

Fixed by changing line 381 to
Code:
'class' => 'DB_SQLite2',
Yes, the svn snapshot will be updated once I have time to confirm and fix some SMF bugs