WordPress database error
-
I haven’t made any changes outside of updates to my blog for a while, but I’ve had a new problem the last couple of days. At the top of all my admin pages, I get the following:
WordPress database error: [Table ‘./republi2_wrdp1/wp_comments’ is marked as crashed and last (automatic?) repair failed]
SELECT COUNT(*) FROM wp_comments WHERE comment_approved = ‘0’WordPress database error: [Table ‘./republi2_wrdp1/wp_comments’ is marked as crashed and last (automatic?) repair failed]
SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_approved = ‘spam’On my dashboard, I get this where the comments are supposed to be in the righthand sidebar:
WordPress database error: [Table ‘./republi2_wrdp1/wp_comments’ is marked as crashed and last (automatic?) repair failed]
SELECT comment_author, comment_author_url, comment_ID, comment_post_ID FROM wp_comments WHERE comment_approved = ‘1’ ORDER BY comment_date_gmt DESC LIMIT 5WordPress database error: [Table ‘./republi2_wrdp1/wp_comments’ is marked as crashed and last (automatic?) repair failed]
SELECT COUNT(*) FROM wp_comments WHERE comment_approved = ‘0’And instead of my blogstats section, I get this:
WordPress database error: [Table ‘./republi2_wrdp1/wp_comments’ is marked as crashed and last (automatic?) repair failed]
SELECT COUNT(*) FROM wp_comments WHERE comment_approved = ‘1’There are currently 760 posts and comments, contained within 119 categories.
I know nothing about coding and am hosted by Bluehost. Can anyone tell me how to resolve these issues?
- The topic ‘WordPress database error’ is closed to new replies.