PDA

View Full Version : Test database error


Disco_Dave
03-09-2014, 07:33 PM
Hi Guys

I'm trying to make a test site, this normally isn't a problem. But some reason I'm getting this error when trying to connect to the database:

Warning: mysqli_query() [function.mysqli-query]: (42S02/1146): Table '*****_****.user' doesn't exist in [path]/includes/class_core.php on line 1391

Dave

ForceHSS
03-09-2014, 08:40 PM
You have blocked the table

Disco_Dave
03-09-2014, 08:49 PM
You have blocked the table

Is this due to the settings, when backing up?

And is there a way to unblock...

ForceHSS
03-09-2014, 08:50 PM
I mean in the code above what is the table name in the error code and you sure that is the full error as it seems a bit short

Lynne
03-09-2014, 09:33 PM
The user table doesn't exist in the test database - do you see it there? My guess is your database backup isn't complete. You need a complete backup in order to set up a test site.

ForceHSS
03-09-2014, 10:38 PM
Seen it was a missing table myself. I was going to give him a sql to install it if only this one but might of been better to just reinstall as its only a test site