Ticket #5038 (closed defect: invalid)

Opened 1 year ago

Last modified 1 year ago

Upgraded to 2.3 RC1, now getting database error

Reported by: jeanniebeannie Assigned to: anonymous
Priority: high Milestone:
Component: General Version: 2.3
Severity: major Keywords: database, categories, error message
Cc: jeannie@greenturtlestudio.com

Description

The error below is showing up at the top of the screens on my site after upgrading from 2.2 to 2.3RC1 today. I tried running the upgrade script again but it wouldn't let me, saying the database is already up-to-date. Hmmm.

WordPress database error: [Table 'jeannie_wordpress.wp_categories' doesn't exist] SELECT * FROM wp_categories ORDER BY cat_name

You can see that the categories do show up (www.jeanniebeannie.com), but the error message.

Please forgive me if this has already been covered, I didn't see anything about it in the forums.

I also get the one below sometimes (like just now when I switched the theme in order to make the previous error msg visible since it was hidden by the other theme).

Warning: Cannot modify header information - headers already sent by (output started at /home/jeannie/public_html/wordpress/wp-includes/wp-db.php:160) in /home/jeannie/public_html/wordpress/wp-includes/pluggable.php on line 383

Thanks,

Jeannie

Change History

09/21/07 20:45:13 changed by Nazgul

  • status changed from new to closed.
  • resolution set to invalid.
  • milestone deleted.

The categories table was removed in 2.3RC1. I assume you've got a plugin running which still tries to use it.

Disable all plugins. Activate them one by one and reload your site after each one. Once you find the culprit. Contact its author and ask him to make it 2.3 compatible.

09/21/07 20:50:03 changed by jeanniebeannie

Plugins! Of course! *smack forehead*

Thank you for your very fast help.