[wp-trac] [WordPress Trac] #5013: Error after clicking on "Publish"

WordPress Trac wp-trac at lists.automattic.com
Wed Sep 19 14:11:44 GMT 2007


#5013: Error after clicking on "Publish"
----------------------------+-----------------------------------------------
 Reporter:  nickbohle       |       Owner:  anonymous
     Type:  defect          |      Status:  new      
 Priority:  normal          |   Milestone:           
Component:  Administration  |     Version:  2.3      
 Severity:  normal          |    Keywords:           
----------------------------+-----------------------------------------------
 I've updated from Wordpress 2.3 beta to Wordpress 2.3 RC-1 today. When I
 write or edit a post and click on "publish", I receive this information:


 {{{


 WordPress database error: [Table 'db188230029.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 'db188230029.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 .../wp-includes/wp-db.php:160) in .../wp-
 includes/pluggable.php on line 383
 }}}

 But when I go to my blog, the post / changes are saved.

-- 
Ticket URL: <http://trac.wordpress.org/ticket/5013>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list