MyBB Community Forums

Full Version: Error 1146
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Again me,
This time here's what it shows me :

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

SQL Error:
1146 - Table 'a7559949_admincp.mybb_datacache' doesn't exist
Query:
SELECT title,cache FROM mybb_datacache
Please contact the MyBB Group for technical support.

Please help me. I don't wanna restart :c


Made a new thread because backup is not the same thing.
Please do not use the CAPS lock next time in thread subject. Smile

Take a look into this solution:

http://community.mybb.com/thread-150318-...pid1058674
Oh ok sorry. Didn't manage me.

Umm I don't get it, is it in config.php that I have to edit things? Or should I find datacache .php? Cause I can't access my forum at all.

Nevermind, but you guys have any examples to what should be written?

So lameful the webhoster... Previous post 3rd part answer if it's possible pls.
The prefix should be the part before datacache. By default this is mybb_. You will need to edit your inc/config.php file to fix this.
(2015-02-19, 05:50 PM)dragonexpert Wrote: [ -> ]The prefix should be the part before datacache. By default this is mybb_. You will need to edit your inc/config.php file to fix this.
Still doesn't work...
MyBB SQL Error
MyBB has experienced an internal SQL error and cannot continue.

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

That's still happens.
goto your web host panel >> phpMyAdmin >> click on your database name >> what prefix you see for the tables (ex: mybb_posts = mybb_ is the prefix)

in config.php what you have for $config['database']['table_prefix']

it should be same as what you have in phpmyadmin...
(2015-02-19, 05:59 PM)mmadhankumar Wrote: [ -> ]goto your web host panel >> phpMyAdmin >> click on your database name >> what prefix you see for the tables (ex: mybb_posts = mybb_ is the prefix)

in config.php what you have for $config['database']['table_prefix']

it should be same as what you have in phpmyadmin...

Stll not working Huh Undecided

Nvm. I'll restart my forum. I had a dowloaded GZ backup, so i'll restar it.