Spam Karma Crash
-
I’ve used Spam Karma for well over a year with great success. But yesterday out of nowhere I found that it had stopped working. I get two error messages (full text below), the lead lines of which are “Failed to purge comment spam entries” and “Can’t fetch comments.”
The upshot is that no comments go through to my weblog, spam or otherwise, though they do show up in my mailbox. Spam Karma has stopped working. Should I try the “Reset All Tables” button under “advanced options?” Or does anyone have a different solution?
Thanks. Here’s the full text of the two error messages I get when trying to access Spam Karma’s features in the admin panel:
Failed to purge comment spam entries.
Query: DELETEwp_comments,wp_sk2_spamsFROMwp_commentsLEFT JOINwp_sk2_spamsONwp_sk2_spams.comment_ID=wp_comments.comment_IDWHERE (wp_comments.comment_approved= ‘0’ ORwp_comments.comment_approved= ‘spam’) ANDwp_comments.comment_date_gmt< DATE_SUB(‘2007-01-07 14:27:44’, INTERVAL 30 DAY)
SQL error: Can’t open file: ‘wp_sk2_spams.MYI’ (errno: 144)And the other one is:
Can’t fetch comments.
Query: SELECTposts_table.post_title,spam_table.karma,spam_table.idasspam_id,spam_table.karma_cmts,comments_table.*, IF(comments_table.comment_approved= ‘0’, 1, 0) ASdisplay_priorityFROM (wp_commentsAScomments_table,wp_postsASposts_table) LEFT JOINwp_sk2_spamsASspam_tableONspam_table.comment_ID=comments_table.comment_IDWHEREcomment_approved!= ‘1’ ANDposts_table.ID=comments_table.comment_post_IDORDER BYdisplay_priorityDESC,comments_table.comment_date_gmtDESC LIMIT 20
SQL error: Can’t open file: ‘wp_sk2_spams.MYI’ (errno: 144)I’m assuming this is a MySQL error but I don’t know how to proceed.
Thanks for any help,
Paul
The topic ‘Spam Karma Crash’ is closed to new replies.