PDA

View Full Version : Database Help please!


Cello
Sat 19th Jan '08, 2:15pm
I'm getting this error when trying to upgrade.



Invalid SQL:

SELECT *
FROM datastore
WHERE title IN ('','options','bitfields','attachmentcache','forum cache','usergroupcache','stylecache','languagecach e','products','pluginlist','cron','profilefield');

MySQL Error : Table 'TWACREW_vb.datastore' doesn't exist
Error Number : 1146
Date : Saturday, January 19th 2008 @ 12:13:56 PM
Script : http://www.crewlounge.twacrew.com/install/upgrade.php
Referrer :
IP Address : 139.102.226.186
Username :
Classname : vb_database

Steve Machol
Sat 19th Jan '08, 3:33pm
Either your database is missing the datastore table, or you are using a table prefix and you need to add that prefix to the appropriate section in your includes/config.php file.

Check the database to see if that table is there and to see if you are using a table prefix.