MyBB Community Forums

Full Version: Cache error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
After getting the database restored I get this error:
Table 'mydatabasename.mybb_datacache' doesn't exist
Query: SELECT title,cache FROM mybb_datacache

I know what I need to do to fix the error however, I'd like to see what a Mybb developer would recommend. This way I assure it will work.
Kind Regards.
Restore it from a backup (if you have another one that has that table)? Or find the relevant query in install/resources/mysql_db_tables.php and mysql_db_inserts.php and run it in phpMyAdmin.
Just as I thought. However, now I get a complete blank page when I visit the forum.
EDIT: it looks like I'm missing a load of tables, I'll see if I have other back ups.
Kind Regards.