See this message
ERROR: Unable to execute query
SELECT * FROM guest_info WHERE guest_ip='189.xx.xx.xx' AND log_date='05-01-09'
Table 'guest_info' is marked as crashed and should be repaired
Printable View
See this message
ERROR: Unable to execute query
SELECT * FROM guest_info WHERE guest_ip='189.xx.xx.xx' AND log_date='05-01-09'
Table 'guest_info' is marked as crashed and should be repaired
Your guest_info table has probably gotten so large that it got corrupt. You will need to go into mySQL (you can use something like phpMyAdmin) and empty out that table. Then, run a repair on the table. Finally, execute an optimize on it.
thanks