By bwill on
Running Drupal 5.6
MySQL 5.1.30
PHP 5.2.9
I recently started getting the errors below in my admin panel: I searched the forum and while I didn't find my exact messages, I see that this might be a temp storage issue on the host server. I have contacted them to find out.
I'm not sure how running a select query would fix this - can anyone tell me what is happening?
user warning: Incorrect key file for table 'node'; try to repair it query: SELECT COUNT(*) FROM node n INNER JOIN users u ON n.uid = u.uid in /home/accutax/public_html/includes/database.mysql.inc on line 172.
user warning: Incorrect key file for table 'node'; try to repair it query: SELECT n.*, u.name, u.uid FROM node n INNER JOIN users u ON n.uid = u.uid ORDER BY n.changed DESC LIMIT 0, 50 in /home/accutax/public_html/includes/database.mysql.inc on line 172.