I just upgraded WordPress 2.3.3 to WordPress 2.5 yesterday. Everything went smoothly. If you consider to upgrade your existing version to WordPress 2.5, the first thing is to find out you meet the minimum requirement. Create a file named checkphpNmysql.php or any name you want and put the following code in that file and save it:
|
<?phpinfo();?> |
Second upload that file to your public_html directory, and run it as http://www.yoursitename.com/checkphpNmysql.php in your browser to find out your PHP version and MySQL version right away. Make sure you replace yoursitename with your own domain name. If you do fulfill the minimum requirement, then download WordPress 2.5 here. The following steps for upgrading to WordPress 2.5 are pretty straightforward:
- Back up your database. Here are the instructions showing you how to do that
- Back up ALL of your files in your WordPress directory to your PC (personal computer)
- Check your backups to make sure they are usable
- Deactivate All your plugins
- Unzipped wordpress-2.5 file you just downloaded
- Delete the old WordPress files except
wp-config.phpfile,wp-contentfolder,wp-imagesfolder (only older installations from 1.5.x days will have this folder),wp-includes/languages/folder (if you are using a language file, do not delete this folder),.htaccessfile (if you have added custom rules to your.htaccess, do not delete it), and Custom Content and/or Plugins (if you have any images or other Custom Content or Plugins inside thewp-contentfolder, do NOT delete them) - Upload your unzipped wordpress-2.5 files to your WordPress directory
- Run http://www.yoursitename.com/wp-admin/upgrade.php in your browser (Replace yoursitename with your own domain name)
- Reactivate those plugins that you deactivated earlier
That is it. Now go ahead and explore your new WordPress 2.5 interface. Get familiar with it.
Technorati Tags: upgrade, upgrades, WordPress 2.5, WordPress blog















0 responses so far ↓
Leave a comment. Please keep your comments on-topic.
Your email is never published nor shared.