MyBB Community Forums

Full Version: Internal Error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I am receiving the following error on my forum, http://residentevil6forum.com/

[Image: 27wukn5.png]

-Eternal
You are missing the datacache table. Run this query in PHPMyAdmin

CREATE TABLE mybb_datacache (
  title varchar(50) NOT NULL default '',
  cache mediumtext NOT NULL,
  PRIMARY KEY(title)
) ENGINE=MyISAM
Hi,

Thank you for your response. Now I am receiving this error,


Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /home/eternal/public_html/forum/inc/class_session.php on line 371

Fatal error: [SQL] [1146] Table 'eternal_re6forums.mybb_sessions' doesn't exist
DELETE FROM mybb_sessions WHERE ip='72.230.150.25' in /home/eternal/public_html/forum/inc/db_mysqli.php on line 557
you must delete the install folder
I should probably point out that I am getting that error while trying to update to 1.6.9
If you are trying to upgrade, make sure you delete a file called "Lock" in the install directory if it exists.
Guys, deleting the install folder or making the lock file doesn't have anything to do with missing SQL tables.

I'm guessing your whole database is missing, make sure inc/config.php has the right information.
This is now solved! Smile
dude,
its the error which shows mainly due to database corruption....
if you got any other database backup, try it.....