Error when posting comment
-
Hi WP,
I got this error when i posted comment on my site:
WordPress database error: [Table ‘xxxxx_blog.wp_post2cat’ doesn’t exist]
SELECT cat_ID AS ID, MAX(post_modified) AS last_mod FROMwp_posts
p LEFT JOINwp_post2cat
pc ON p.ID = pc.post_id LEFT JOINwp_categories
c ON pc.category_id = c.cat_ID WHERE post_status = ‘publish’ GROUP BY cat_IDWarning: Cannot modify header information – headers already sent by (output started at /home/xxxxx/public_html/wp-includes/wp-db.php:160) in /home/xxxxx/public_html/wp-content/plugins/ajax-comments/ajax-comments.php on line 193
Warning: Cannot modify header information – headers already sent by (output started at /home/xxxxx/public_html/wp-includes/wp-db.php:160) in /home/xxxxx/public_html/wp-content/plugins/ajax-comments/ajax-comments.php on line 194
Warning: Cannot modify header information – headers already sent by (output started at /home/xxxxx/public_html/wp-includes/wp-db.php:160) in /home/xxxxx/public_html/wp-content/plugins/ajax-comments/ajax-comments.php on line 195
Any idea?
- The topic ‘Error when posting comment’ is closed to new replies.