MyBB Community Forums

Full Version: sql error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello
i have this error Angry
MyBB has experienced an internal SQL error and cannot continue.

SQL Error:1146 - Table 'forum_forumdb1.mybb_users' doesn't exist

Query: SELECT u.*, f.* FROM mybb_users u LEFT JOIN mybb_userfields f ON (f.ufid=u.uid) WHERE u.uid='1' LIMIT 1

what happend Huh
Check your config.php file in inc/config.php :

see detail here : http://docs.mybb.com/1.8/faq/errors/#mysql-error-1146
(2014-11-19, 12:11 PM)new1 Wrote: [ -> ]Check your config.php file in inc/config.php :

see detail here : http://docs.mybb.com/1.8/faq/errors/#mysql-error-1146

all good but the error still there Sad
try to remove, config.php from inc folder and reinstall the default conf.default.php, and then remove "lock" file from folder install. Try to re-install mybb and see if it works.
same error ... wtf
Then, assuming that the database connection data is filled in correctly including forum_forumdb1 (which I doubt), the table just doesn't exist, someone/something may have removed it.
If you have a recent recent back up, drop tables and import.