user warning: Incorrect key file for table 'node'; try to repair it
query: SELECT n.nid, n.title, AVG(vote) AS av_avg
FROM node n, nodevote nv
WHERE n.nid = nv.nid
GROUP BY n.nid
HAVING COUNT(*) >= 10
ORDER BY av_avg DESC LIMIT 0, 3 in /home/tote2/public_html/includes/database.mysql.inc on line 121.
user warning: Incorrect key file for table 'node'; try to repair it
query: SELECT n.nid, n.title, COUNT(*) AS num_votes
FROM node n, nodevote nv
WHERE n.nid = nv.nid
GROUP BY n.nid
ORDER BY num_votes DESC LIMIT 0, 3 in /home/tote2/public_html/includes/database.mysql.inc on line 121.
user warning: Incorrect key file for table 'node'; try to repair it
query: SELECT n.nid, n.title, count(*) FROM forward_log s LEFT JOIN node n ON s.nid = n.nid WHERE s.type="sent" GROUP BY n.nid DESC LIMIT 0, 5 in /home/tote2/public_html/includes/database.mysql.inc on line 121.