user warning: Table './itbobaco_itboba/cache_page' is marked as crashed and should be repaired query: DELETE FROM cache_page WHERE expire != 0 AND expire < 1234381982 in /home5/itbobaco/public_html/includes/cache.inc on line 166.
user warning: Table './itbobaco_itboba/cache_page' is marked as crashed and should be repaired query: DELETE FROM cache_page WHERE expire != 0 AND expire < 1234381992 in /home5/itbobaco/public_html/includes/cache.inc on line 166.

anyone had this problems before.

Comments

vm’s picture

repair tables in phpmyadmin or whatever DB tool your host provides.

preper’s picture

I have the same porblem how can we repair the tables?

sinmao’s picture

- Use a terminal program like Putty to log into your servers.
- Log into mysql ("mysql -u username -p")
- Select database ("use database_name")
- To repair table, just type "REPAIR TABLE table_name"

If this sounds like a foreign language to you, then tell your ISP to do for you. Just tell them that one of your tables in your database has crashed and needs repairing.