Hi,
When publishing a new post we encounter the following error:
-------------------------------------------------------------------------------------------
WordPress database error: [Table 'globalco_globalmain.wp_post2cat' doesn't exist]
SELECT cat_ID AS ID, MAX(post_modified) AS last_mod FROM wp_posts p LEFT JOIN wp_post2cat pc ON p.ID = pc.post_id LEFT JOIN wp_categories c ON pc.category_id = c.cat_ID WHERE post_status = 'publish' GROUP BY cat_ID
WordPress database error: [Table 'globalco_globalmain.wp_post2cat' doesn't exist]
SELECT cat_ID AS ID, MAX(post_modified) AS last_mod FROM wp_posts p LEFT JOIN wp_post2cat pc ON p.ID = pc.post_id LEFT JOIN wp_categories 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 /home/globalco/public_html/wp-includes/wp-db.php:517) in /home/globalco/public_html/wp-includes/pluggable.php on line 850
-------------------------------------------------------------------------------------------
When publishing a page we encounter the following error:
-------------------------------------------------------------------------------------------
WordPress database error: [Table 'globalco_globalmain.wp_post2cat' doesn't exist]
SELECT cat_ID AS ID, MAX(post_modified) AS last_mod FROM wp_posts p LEFT JOIN wp_post2cat pc ON p.ID = pc.post_id LEFT JOIN wp_categories 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 /home/globalco/public_html/wp-includes/wp-db.php:517) in /home/globalco/public_html/wp-includes/pluggable.php on line 850
-------------------------------------------------------------------------------------------------
We upgraded from wp 2.2.2 to wp 2.7.1 using the latest version of the plugin.
the site is http://www.globalcommunitytribunal.com
Any assistance would be greatly appreciated. I am not a db expert so it is difficult for me to ascertain what the problem is.
Regards
Francois Wessels
not a support question