Table 'wordpress.wp_comments' doesn't exist?
-
Comments were not saving… I figured out how to turn on the debug messages, and here’s what it said:
WordPress database error: [Table ‘wordpress.wp_comments’ doesn’t exist]
SELECT * FROM wp_comments WHERE comment_post_ID = 481 AND (comment_approved = ‘1’ OR ( user_id = 1 AND comment_approved = ‘0’ ) ) ORDER BY comment_date_gmtThe table must have got deleted by accident, how can I reconstruct it? I can issue whatever MySql commands are needed, etc.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Table 'wordpress.wp_comments' doesn't exist?’ is closed to new replies.