user warning: Table './cfc_drupal/node_counter' is marked as crashed and should be repaired
query: UPDATE node_counter SET daycount = daycount + 1, totalcount = totalcount + 1, timestamp = 1328514694 WHERE nid = 212 in /home/cfc/www/modules/statistics/statistics.module on line 54.
user warning: Table './cfc_drupal/node_counter' is marked as crashed and should be repaired
query: SELECT node.nid AS nid,
node.title AS node_title,
node_counter.totalcount AS node_counter_totalcount
FROM node node
LEFT JOIN node_counter node_counter ON node.nid = node_counter.nid
WHERE (node.status <> 0) AND (node_counter.totalcount > 0) AND (node.nid != 37) AND (node.nid != 2)
ORDER BY node_counter_totalcount DESC
LIMIT 0, 5 in /home/cfc/www/sites/all/modules/views/includes/view.inc on line 765.