MyBB Community Forums

Full Version: MyBB SQL Error 1146
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm getting this error when I go onto my forum.

MyBB has experienced an internal SQL error and cannot continue.

SQL Error:1146 - Table 'revenan3_database.mybb_sessions' doesn't exist
Query:DELETE FROM mybb_sessions WHERE ip=X'43a209ad'
Please contact the MyBB Group for technical support.

help?

Any solution? I want my forum to work ):
Is the information about database correct in /inc/config.php ?

IF /inc/config.php is correct, do you have an database backup?
Database details likely correct as has been able to connect to the database, other than potentially the table prefix... however sounds more likely the table is just missing, hopefully it's only that one, but would need to work out why it, or any others, have been dropped.
(2016-06-10, 12:55 PM)Matt. Wrote: [ -> ]Database details likely correct as has been able to connect to the database, other than potentially the table prefix... however sounds more likely the table is just missing, hopefully it's only that one, but would need to work out why it, or any others, have been dropped.

How to put the table back?
Do you have a recent database backup?
You need to import your most recent database backup of that table.

Be sure to make backups daily! It's easy and absolutely required if you want to survive the wild web!