Opened 5 years ago
Closed 5 years ago
#6378 closed defect (bug) (invalid)
Editing Post . error
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | General | Version: | 2.5 |
| Severity: | normal | Keywords: | |
| 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)
comment:1
markjaquith — 5 years ago
- Milestone 2.7 deleted
- Resolution set to invalid
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

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!