MyBB Community Forums

Full Version: Merge issue
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I got to the page and got this error:


Quote:MyBB SQL Error
MyBB has experienced an internal SQL error and cannot continue.
SQL Error:1146 - Table 'forum.mybb_debuglogs' doesn't existQuery: INSERT INTO mybb_debuglogs (type,message,timestamp) VALUES (4,'File: \\merge\\index.php Line: 51 Function: Log->trace0 -> \r\nMyBB Merge System Started: $version_code: 1806 $merge_version: 1.8.6',1442692224)
Please contact the MyBB Group for technical support.

doesn't exist and the sql above is for after it exists. ideas?
The log class itself only writes to the table as soon as it has created the table so it seems there went something horribly wrong. Try restarting the merge and if that doesn't help you can turn off the log by changing the 1 in this line to a "0".