MyBB Community Forums

Full Version: Internal SQL error again
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
OK, So I fixed the first 2 but now I'm getting this

MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
1146 - Table 'a3441853_forum.mybb_datacache' doesn't exist
Query:
SELECT title,cache FROM mybb_datacache


See here http://thrillex.tk

I have no idea what to do Huh

Thanks in advance Confused
Quote:This occurs when you are using MySQL and the database table prefix is incorrect in ./inc/config.php. To fix this, open ./inc/config.php and check the entry for $config['database']['table_prefix']. If you do not know what needs to be here, contact your host provider.

http://wiki.mybb.com/index.php/Help:Comm...r_Messages
I don't know what needs to be done there Confused

lol...
What's the entry for $config['database']['table_prefix']?
$config['database']['table_prefix'] = 'mybb_';
In that case, you must have deleted the mybb_datacache table. Can you check to see if it exists in the database?
I don't know where it is... ;(
Use phpMyAdmin to see if the table is there.
There doesnt seem to be anything in the SQL section...?
No, you should select your database and browse through the existent tables to see if mybb_datacache is there.
Pages: 1 2