Fiz a atualização recentemente para o WordPress 2.3.1 em meu blog, só que quando peço para salvar o artigo como rascunho, carregar o seguinte erro:
WordPress database error: [table 'tcelesti_db.blog_post2cat' doesn't exist]
SELECT cat_ID AS ID, MAX(post_modified) AS last_mod FROM `blog_posts` p LEFT JOIN `blog_post2cat` pc ON p.ID = pc.post_id LEFT JOIN `blog_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/tcelesti/public_html/blog/wp-includes/wp-db.php:160) in /home/tcelesti/public_html/blog/wp-includes/pluggable.php on line 391
Será que fiz alguma coisa de errada?