RSS
 

Posts Tagged ‘manual upgrade wordpress’

Manual Upgrade WordPress

11 Jan
  1. Get the New WordPress Either download and extract it to your computer or download it directly to the server.
  2. Replace your old wp-includes and wp-admin directories with the new.
  3. Done

Maybe you get a error message like this:

Fatal error: Call to undefined function is_admin() in wp-includes/vars.php on line 16

Doing this: Replace your old wp-setting.php with new wp-settings.php

Another Trick From WordPress

Overview of the Upgrade Process

  1. Backup your database. Read Backing Up Your Database for a detailed explanation.
  2. Backup ALL your WordPress files in your WordPress directory. Don’t forget your .htaccess file.
  3. Verify the backups you created are there and usable. This is essential.
  4. Deactivate ALL your Plugins.
  5. Ensure first four steps are completed. Do not attempt the upgrade unless you have completed the first four steps.
  6. Download and extract the WordPress package fromhttp://wordpress.org/download/.
  7. Delete the old WordPress files on your site, but DO NOT DELETE
    • wp-config.php file;
    • wp-content folder; Special Exception: the wp-content/cacheand the wp-content/plugins/widgets folders should be deleted.
    • wp-images folder;
    • wp-includes/languages/ folder–if you are using a language file do not delete that folder;
    • .htaccess file–if you have added custom rules to your .htaccess, do not delete it;
    • robots.txt file–if your blog lives in the root of your site (ie. the blog is the site) and you have created such a file, do not delete it.
  8. Upload the new files from your computer’s hard drive to the appropriate WordPress folder on your site.
  9. Run the WordPress upgrade program and follow the instructions on the screen.
  10. Update Permalinks and .htaccess. Update your Permalink Structure and merge the custom rules, if necessary, into your.htaccess file.
  11. Install updated Plugins and Themes. Please review the list of Plugins that work in Version 3.2.1. Check for Theme Compatibility with 3.2.1 and ask your Theme author for any new version.
  12. Reactivate Plugins
  13. Add security key definitions to the wp-config.php file
  14. Review what has changed in WordPress.