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.
Hi!
I really need help!!
This is my website:
https://recursosliceales.000webhostapp.com
I really need this site for my school, today, suddenly the website stopped working.
This is the message:
SQL Error:1146 - Table 'id9331117_recursosliceales1.mybb_datacache' doesn't existQuery:SELECT title,cache FROM .mybb_datacache
What do I need to do?
In some forums, people say how to modify phpmyadmin, but I don't understand.
Please, help me!
try this :
open inc/config.php file using web hosts panel's editor or editor like notepad++

check the entry for $config['database']['table_prefix']

if you see mysql then change to mysqli
if you see mysqli then change to mysql

save the file & use it.
check whether above given error gets fixed.
(2019-04-26, 03:49 AM).m. Wrote: [ -> ]try this :
open inc/config.php file using web hosts panel's editor or editor like notepad++

check the entry for $config['database']['table_prefix']

if you see mysql then change to mysqli
if you see mysqli then change to mysql

save the file & use it.
check whether above given error gets fixed.

Thanks.
But... Now it says error 44, what can I do?
Thanks.