Recent posts

  • user warning: Incorrect key file for table 'node'; try to repair it query: SELECT count(node.nid) FROM node node LEFT JOIN node_comment_statistics node_comment_statistics ON node.nid = node_comment_statistics.nid LEFT JOIN users users ON node.uid = users.uid WHERE (node.status = '1') in /home2/iharbour/public_html/includes/database.mysql.inc on line 172.
  • user warning: Incorrect key file for table 'node'; try to repair it query: SELECT node.nid, node_comment_statistics.last_comment_timestamp AS node_comment_statistics_last_comment_timestamp_last_comment_timestamp, node.type AS node_type, node.title AS node_title, node.changed AS node_changed, users.name AS users_name, users.uid AS users_uid, node_comment_statistics.comment_count AS node_comment_statistics_comment_count, node_comment_statistics.last_comment_timestamp AS node_comment_statistics_last_comment_timestamp FROM node node LEFT JOIN node_comment_statistics node_comment_statistics ON node.nid = node_comment_statistics.nid LEFT JOIN users users ON node.uid = users.uid WHERE (node.status = '1') ORDER BY node_comment_statistics_last_comment_timestamp_last_comment_timestamp DESC LIMIT 0, 25 in /home2/iharbour/public_html/includes/database.mysql.inc on line 172.
  • user warning: Incorrect key file for table 'node'; try to repair it query: SELECT n.nid, e.event_start FROM node n INNER JOIN event e ON n.nid = e.nid WHERE n.status = 1 AND ((e.event_start > 1283299200 AND e.event_start < 1285891199) OR (e.event_end > 1283299200 AND e.event_end < 1285891199) OR (e.event_start < 1283299200 AND e.event_end > 1285891199)) ORDER BY event_start in /home2/iharbour/public_html/includes/database.mysql.inc on line 172.