-
Website
http://dancameron.org/ -
Original page
http://dancameron.org/general/feeds-pownce-and-wp-23 -
Subscribe
All Comments -
Community
-
Top Commenters
-
LillyLipscomb
1 comment · 1 points
-
paynito
1 comment · 1 points
-
stevehahn
8 comments · 1 points
-
futurelevel
2 comments · 1 points
-
Jason Hansen
4 comments · 2 points
-
-
Popular Threads
-
Splitting Content into Two Columns, e.g. Word Wrap with PHP or CSS + Javascript
2 weeks ago · 11 comments
-
Display a loading image until the page completes loading
4 days ago · 1 comment
-
Go Dodgers!
3 weeks ago · 1 comment
-
Splitting Content into Two Columns, e.g. Word Wrap with PHP or CSS + Javascript
Believe...
http://www.geocaching.com/seek/cache_details.as...
Assuming that's the case, and all your WP files are version 2.3, then the issue you outlined above is definitely a plugin issue, because there are no references to the post2cat table in any 2.3 code (I just checked), other than the upgrade routines, which copy some data out into the new taxonomy system and then drops those old category related tables.
My best guess is that plugin authors may have tested their changes on a pre-release version of 2.3, because I don't think the upgrade routine was modified to drop the category tables until right before the 2.3 release. So I'm guessing that they tested (if they did, in fact, test their plugins) against a database that had not been run through the released version of the upgrade routine.
As for pounce, I don't know about that. I'll have to think about it, but I'm extremely hesitant to sign up for yet another service.
That still doesn't explain the errors with auto-save. Unless that's another plugin incompatibility.
It's definitely not the WordPress 2.3 code issuing that query, so therefore it must be a plugin.
It could easily be related to auto-save via a plugin hook that fires whenever any post is saved.
upgraded today and have the very same problem. My updated 2.3 Wordpress doesnot have the _post2cat table. While two other pre 2.3 blogs have the table. The plugin that brakes the 2.3 is in my case the extended live archives plugin. Everytime I try to post I get the garbled output, but the messages are still posted. weird!
They aren't used anymore, so any plugin that depends on them would be broken anyway.