What does this error mean?
-
They are popping up at the top of the page in the admin section and also when I submit new posts….
WordPress database error: [Can’t open file: ‘ks_comments.MYI’ (errno: 144)]
SELECT COUNT(*) FROM ks_comments WHERE comment_approved = ‘0’WordPress database error: [Can’t open file: ‘ks_comments.MYI’ (errno: 144)]
SELECT COUNT(comment_ID) FROM ks_comments WHERE comment_approved = ‘spam’WordPress database error: [Can’t open file: ‘ks_comments.MYI’ (errno: 144)]
DESC ks_commentsWordPress database error: [Can’t open file: ‘ks_comments.MYI’ (errno: 144)]
ALTER TABLE ks_comments ADD COLUMN comment_subscribe enum(‘Y’,’N’) NOT NULL default ‘N’WordPress database error: [Can’t open file: ‘ks_comments.MYI’ (errno: 144)]
SELECTcomment_post_ID
aspost_id
, COUNT(comment_ID) ascomment_count
FROMks_comments
WHEREcomment_approved
=’1′ GROUP BYcomment_post_ID
- The topic ‘What does this error mean?’ is closed to new replies.