user warning: Incorrect key file for table 'node'; try to repair it
query: SELECT t.tid, COUNT(n.nid) AS c FROM term_node t INNER JOIN node n ON t.vid = n.vid WHERE n.status = 1 AND n.type = 'product' GROUP BY t.tid in /home/strategy/public_html/modules/taxonomy/taxonomy.module on line 972.
user warning: Incorrect key file for table 'node'; try to repair it
query: SELECT COUNT(DISTINCT(n.nid))
FROM node n
INNER JOIN term_node tn ON n.vid = tn.vid
INNER JOIN uc_products AS p ON n.vid = p.vid
WHERE tn.tid = 0
AND n.status = 1
AND n.type IN ('product') in /home/strategy/public_html/modules/ubercart/uc_catalog/uc_catalog.pages.inc on line 117.
user warning: Incorrect key file for table 'node'; try to repair it
query: SELECT DISTINCT(n.nid), n.sticky, n.title, n.created, p.model, p.sell_price, p.ordering
FROM node n
INNER JOIN term_node tn ON n.vid = tn.vid
INNER JOIN uc_products AS p ON n.vid = p.vid
WHERE tn.tid = 0 AND n.status = 1
AND n.type IN ('product') ORDER BY p.ordering, n.title, n.nid LIMIT 0, 12 in /home/strategy/public_html/modules/ubercart/uc_catalog/uc_catalog.pages.inc on line 117.
user warning: Incorrect key file for table 'node'; try to repair it
query: SELECT n.nid, n.title, sn.s_status, n.created FROM node n INNER JOIN term_node t ON n.vid = t.vid INNER JOIN simplenews_newsletters sn ON n.nid = sn.nid WHERE (t.tid = 8 AND n.status = 1) ORDER BY n.created DESC LIMIT 0, 1 in /home/strategy/public_html/modules/simplenews/simplenews.module on line 1286.
user warning: Incorrect key file for table 'node'; try to repair it
query: SELECT node.nid AS nid
FROM node node
INNER JOIN term_node term_node ON node.vid = term_node.vid
WHERE (node.status = 1) AND (node.type in ('rotor_item')) AND (term_node.tid = 3)
LIMIT 0, 10 in /home/strategy/public_html/modules/views/includes/view.inc on line 810.