I’ve successfully upgraded my blog from old version WP 2.6.x to 2.8 today. The following is the steps that i sorted out:
- Log in “wp-admin” to disable all existing Plugins (Important step)
- Backup the mySQL database
- Rename the existing blog directory (Backup the source)
- Recreate the blog directory & Install the new version WordPress (can be easily uses Cpanel Fantastico)
- Rename the new “wp-content” directory
- Replace it by Copy back the original “wp-content” directory from backup source
- Restore/Import the mySQL database into the new DB (Normally Fantastico will auto create a new DB)
- Browse “wp-admin”, the system will prompt to click a button for upgrading the blog DB
- Log in “wp-admin” to check the contents & settings
- Some older version Plugins might need to be remove or reinstall (Find the compatible version before activate)
- Grant the write permission to the path: wp-content/uploads/
- Edit “wp-config.php” to delete “utf8” at DB_CHARSET (To make the encoding loads well)
NOTE: Always be reminded to keep a copy of full backup before make any changes.
Tags:
backup,
cPanel,
fantastico,
mysql,
plugins,
restore,
upgrading,
utf8,
wordpress
1 Comment »
I was shock in this morning when sudden see all categories of my wordpress are gone and disappeared from the blog. All posts listed as “uncategorized” and I can’t get them in any setting inside the admin control panel.
Luckily with the PhpMyAdmin, I managed to view them in MySQL database under the table “wp_term_taxonomy”.
Finally I found the mystery was due to the tmp directory full at the server, so immediately the problem resolved after I free up that diskspace.
Tags:
catergories,
catergory,
gone,
lost,
misc,
missing,
PhpMyAdmin,
wordpress,
wp_term_taxonomy
2 Comments »

I get this weird error when upload image from “Add media” at Wordpress post editor:
File is empty. Please upload something more substantial. This error could also be caused by uploads being disabled in your php.ini”
But after that auto resolved in the next day…
Tags:
error,
media,
Upload,
wordpress
1 Comment »