Comment Module Error in Drupal 7.0
My Drupal is very slow and I am encountering errors with my comment module. I encountered the problem when I updated my Drupal moderator module. I experience errors whenever I log out. But, it used to be fine before I created the updates. I am using Drupal 7.0, a free and opensource content management system (CMS).
This is the error message I get:
"Unknown column 'n.moderate' in 'where clause' query: SELECT n.nid FROM node_comment_statistics n WHERE ((n.moderate != 1 OR n.uid = 0)) AND ( n.comment_count > 0 )"
What can I do to resolve this?