PDA

View Full Version : Invalid SQL Database Error vBulletin


Tapage
11-26-2007, 12:46 PM
Hi Guys ..

I recive this error in a mail to admin forum account .. this table exist .. bu have but don't have all of those options, bitfields etc .. only have 3

Any ideas .. My forum looks it's working fine .. that was generated at the instalation time ..

thanks in advance ..

Database error in vBulletin :

Invalid SQL:

SELECT *
FROM datastore
WHERE title IN ('','options','bitfields','attachmentcache','forum cache','usergroupcache','style cache','languagecache','products','pluginlist','cr on','profilefield','userstats' ,'birthdaycache','maxloggedin','iconcache','eventc ache','mailqueue');

MySQL Error : Table 'fouxfoup_foro.datastore' doesn't exist
Error Number : 1146

Marco van Herwaarden
11-26-2007, 12:49 PM
Well the error is clear: Table 'fouxfoup_foro.datastore' doesn't exist

Are you using a table prefix? (see your config.php)

Can you see this table with phpMyAdmin?

Tapage
11-26-2007, 02:09 PM
Well the error is clear: Table 'fouxfoup_foro.datastore' doesn't exist

Are you using a table prefix? (see your config.php)

Can you see this table with phpMyAdmin?

HI Marco ..

Yes the table exist and I can see in the phpMyAdmin .. that wasa fonfusing me ..

Lynne
11-26-2007, 02:16 PM
Try repairing/optimizing the tables and see if that fixes it.

Tapage
11-26-2007, 03:10 PM
It's an option in the instalation of a feature in the cpanel .. ?

Need to solve my cpanel access first :mad: