I have not made any changes to my site http://realestatezoo.com but this morning it started showing error messages such as below. Can anyone suggest how to fix this?
Rob
*Warning*: Can't open file: 'cache.MYI' (errno: 145) query: SELECT data, created, headers, expire FROM cache WHERE cid = 'variables' in * /home/robmania/public_html/realestatezoo/includes/database.mysql.inc* on line *120*
*Warning*: Can't open file: 'cache.MYI' (errno: 145) query: LOCK TABLES cache WRITE in * /home/robmania/public_html/realestatezoo/includes/database.mysql.inc* on line *120*
*Warning*: Can't open file: 'cache.MYI' (errno: 145) query: SELECT data, *Warning*: Can't open file: 'cache.MYI' (errno: 145) query: LOCK TABLES
These are MySQL error messages that usually indicated a corrupted table. If you can, you'd want to "REPAIR cache;" either from the MySQL shell, from phpMyAdmin, or ask your host to run that statement on your DB.