Make WordPress Core

Opened 16 years ago

Closed 16 years ago

#6378 closed defect (bug) (invalid)

Editing Post . error

Reported by: sworld's profile sworld Owned by:
Milestone: Priority: high
Severity: normal Version: 2.5
Component: General Keywords:
Focuses: Cc:

Description

I get the following Message after editing Post in wordpress 2.5-RC1

WordPress database error: [Table 'sureshjain.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/content/s/u/r/sureshjain/html/wp-includes/wp-db.php:206) in /home/content/s/u/r/sureshjain/html/wp-includes/pluggable.php on line 693

Change History (1)

#1 @markjaquith
16 years ago

  • Milestone 2.7 deleted
  • Resolution set to invalid
  • Status changed from new to closed

You must have upgraded from a really old version of WordPress. wp_post2cat doesn't exist anymore, so that must be an old plugin trying to do a direct query. Contact the author for an updated version!

Note: See TracTickets for help on using tickets.