- Lost Categories after upgrade -
Situation:
I upgraded from WordPress 2.1.1 to 2.3.3.
I noticed the second side column of my 3-column theme was missing. After reading this post, I checked my database and found Categories tables were missing.
Solution:
(Note: I use phpMyAdmin via Cpanel)
1. Locate database files that you backed up before the upgrade.
2. Create a new database, add original admin user to it, and upload backup files to it.
3. Edit wp-config.php to point to new database name.
4. The site should be working at this point.
But you want to get back the original database name.
4. Delete files from original database (do not overwrite).
5. Upload backup files to original database.
6. Edit wp-config.php to point to the original database name.