Wordpress 2.3 Break A Lot Of Things!
If you plan to upgrade to the latest wordpress 2.3, you will be sorry if you didnt’ read this post.
Just kidding, but really … wordpress 2.3 break a lot of things. And this is what you can do to upgrade.
Why Break? Big Change For The Database Scheme
The latest wordpress 2.3 have drop couple of database table such as …
- categories
- link2cat
- post2cat
If any of your plugin or customization using this 3 tables, it’s wouldn’t be work properly. Wordpress 2.3 is design to use term in the more powerful and flexible way to replace categories.
term - is the new definite table work as the function as category, link-category and tag. it’s provide more flexibility to design and group any post and page together in the future.
Category and link category will import to term when upgrade to wordpress 2.3. But if you are using ultimate tag warrior, you can use wordpress 2.3 bundle import tools to import all the tag manually to wordpress 2.3 term.
Check Plugin Compability
You can check all your plugin compability in this table.
Most plugins will work since not all the plugin use this 3 database tables we mention above.
What We Do …
We have upgrade to wordpress 2.3 to our testing server, and found out that a lot of things wouldn’t work due to the fact that we have many customize code in our function that involve in this 3 table to help us to create search engine optimization internal link structure in wordpress and plugin don’t work on 2.3.
It will take us about 2 days work to work it out and patch it to all our production servers. So we decide to stick to wordpress 2.2.x for sometime before we find the time to upgrade it all our production wordpress server. Anyway, but not many people have customize code in their wordpress, and this is the step by step guide we advise you to upgrade your wordpress after experience the comparability issues.
Step By Step To Upgrade
Basically, this is what you can do to upgrade your wordpress to 2.3 :
- List down all your plugin you used in a excel sheet.
- Check the plugin comparability base on the table we mention above.
- If pass, proceed.
- If fail, wait and don’t upgrade yet.
- Download wordpress 2.3.
- Download all the plugin that need upgrade.
- Backup your database.
- Backup your wordpress 2.2 files
- Deactivate your plugin that need upgrade.
- Replace wordpress 2.3 files and folder except /wp-content ( not sure, read our guide on upgrade wordpress )
- Upgrade using /wp-admin/upgrade.php
- Activate plugin that need upgrade
- If you are using Ultimate Tag Warrior Plugin, import the tags.
- Finish! If didn’t work, roll back to your wordpress 2.2 files and database.
Well, this is the safe way to really upgrade your wordpress to wordpress 2.3. Our advise is do it in your testing server, but not many people have a testing server or a server located in their computer to play with it. So schedule a upgrade time and always make sure you backup your database and files before you do the upgrade.
Share This- Post By Ken
- 12 Oct 2007
- 2 Comments - 493 Views
[Go Back]If you enjoyed this post, consider subscribing to our hoobin full feed RSS
or add us into your technorati favor
Related Posts:
- Secret Way To Out Perform Your Doorway Page In Wordpress
- This Month Will Be A Slow Month For Us
- What Is The Best Way To Check Your Broken Links In Wordpress?
- How Fast Is Your Site Getting Load?
- How To Upgrade Wordpress?
Wordpress As CMS Top Posts:
- Secret Way To Out Perform Your Doorway Page In Wordpress
- What Is The Best Way To Check Your Broken Links In Wordpress?
- Best Practice To Turn Wordpress Into Content Management System
- Website Design : Simpler The Better
- Do You Need To Know HTML?
Hoobin Secret-Seeds-System:
- A Better Way To Make Money From Your Website With Hoobin One-Man System
- SEO Guide : Simple SEO Guide For Blogger

(1 votes, average: 4 out of 5)
I upgraded to WP 2.3 without reading up on potential problems. I couldn’t believe it when I tried to publish a post and it just broke - “Wordpress database error” or something like that. A bit of research taught me that I needed to upgrade the Google Sitemap plugin, which turned out to be easy to do and it fixed the problem. Phew! Next time, I won’t rush into upgrading.
Nick, thanks for the sharing. Upgrade WP2.3 is a bit tricky compare to upgrade the older version.