[wp-trac] [WordPress Trac] #6497: I get database errors when
composing a post
WordPress Trac
wp-trac at lists.automattic.com
Mon Mar 31 08:20:14 GMT 2008
#6497: I get database errors when composing a post
---------------------+------------------------------------------------------
Reporter: murky | Owner: anonymous
Type: defect | Status: new
Priority: normal | Milestone: 2.7
Component: General | Version: 2.5
Severity: normal | Keywords: sql database bug draft post writing editing
---------------------+------------------------------------------------------
I've just upgraded to 2.5, all looks okay, except for the following:
When writing a new post, a pink area keeps appearing and then going away
again under the save/publish buttons. There is text in it which says the
following:
WordPress database error: [Table 'murkiero_blog.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/murkiero/public_html/murky.org/blg/wp-includes
/wp-db.php:216) in /home/murkiero/public_html/murky.org/blg/wp-
includes/classes.php on line 805
The site is murky.org/blg (a subdomain of murkier.org)
--
Ticket URL: <http://trac.wordpress.org/ticket/6497>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list