Quote Originally Posted by saini View Post
hi, plz help me i am getting this error now:

Code: 
Database error in vBulletin :

Invalid SQL:

                        SELECT *
                        FROM warezcats_datastore
                        WHERE title IN ('','options','bitfields','attachmentcache','forumcache','usergroupcache','stylecache','languagecache','products','pluginlist','cron','profilefield','loadcache','noticecache','userstats','birthdaycache','maxloggedin','iconcache','eventcache','mailqueue');

MySQL Error   : Can't find file: './warezcat_wcats/warezcats_datastore.frm' (errno: 13)
Error Number  : 1017
Request Date  : Saturday, April 7th 2012 @ 12:54:13 AM
Error Date    : Saturday, April 7th 2012 @ 12:54:14 AM
Script        : http://www.warezcats.com/
Referrer      :
IP Address    : 117.212.56.136
Username      :
Classname     : vB_Database
MySQL Version :
how to fix it...everything is fine including config.php but still this error is coming....
Either host has not permission-ed the mysql data folder correctly (usually caused when the datastore folder of the mysql database is transferred over)

fix only root can fix:
Code: 
chown -R mysql:mysql foldername
Or the actual database file is missing.