MyBB Community Forums

Full Version: IPB 2 problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
When I run the converter, I get up to the forums bit, but when it finishes I get an internal (500) error and can't access the converter without removing and re-uploading.


Please help, thanks

Tom
Anything in the server error log?? 500 is a very broad error that can be caused by many things.
Ok, worked but when I try to view PM's I get:

MyBB SQL Error
MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
1054 - Unknown column 'Guest' in 'where clause'
Query:
SELECT uid, username FROM mybb_users WHERE uid IN (Guest)
Someone else had this issue as well. They ended up just ditching all their old PMs. :|
Run this query:

SELECT `recipients` FROM `mybb_privatemessages` WHERE `recipients` LIKE '%Guest%';

Any results??