Hello, i get those sort of errors, when I'm posting or posting a comment:
WordPress database error: [Table 'lek30.wp_post2cat' doesn't exist]
SELECT cat_ID AS ID, MAX(post_modified) AS last_mod FROM <code>wp_posts</code> p LEFT JOIN <code>wp_post2cat</code> pc ON p.ID = pc.post_id LEFT JOIN <code>wp_categories</code> c ON pc.category_id = c.cat_ID WHERE post_status = 'publish' GROUP BY cat_ID
WordPress database error: [Table 'lek30.wp_post2cat' doesn't exist]
SELECT cat_ID AS ID, MAX(post_modified) AS last_mod FROM <code>wp_posts</code> p LEFT JOIN <code>wp_post2cat</code> pc ON p.ID = pc.post_id LEFT JOIN <code>wp_categories</code> c ON pc.category_id = c.cat_ID WHERE post_status = 'publish' GROUP BY cat_ID
Warning: Cannot modify header information - headers already sent by (output started at /pl/wp-includes/wp-db.php:160) in /pl/wp-includes/pluggable.php on line 391
Please review http://wordpress.org/support/topic/135564?replies=78
You likely have an incompatible theme or plugin.
Yep it was sitemap generator i upgrated it and it's ok, but i have another error.
I have this cool plugin: http://meidell.dk/archives/2005/04/03/brians-threaded-comments-151/
and when i'm posting a comment the site redirect to non existing page :/
See what happens if you upgrade to the 1.5.8 version available at http://brianslatestcomments.googlecode.com/svn/trunk/brianslatestcomments.zip
Sorry MichaelH, but that is another plugin. (Threaded is what he is referring to, but you posten the LATEST comments, and that's a different plugin.)
I've got the same problem, with this plugin and WP 2.3.3, it just returns an not found page.
Also tried another version, called "Page Threaded Comments" wich is based on Brians, and instead of the not found page, it just forwards me to the index of my wp site.
(And doesn't post the error.)
Any Fixxes or ideas?! I'm at a loss here.