Categories

Featured templates

Drupal 7.x. How to update the engine

Erica Saunders January 28, 2015
Rating: 5.0/5. From 1 vote.
Please wait...

Our support team is glad to present you our new tutorial that will show you how to update Drupal engine:

Drupal 7.x. How to update the engine

  1. Open official Drupal site at drupal.org to download the latest stable release of Drupal engine in .zip format:

    11.Drupal.How_to_update_engine_1

  2. Go to your FTP or Hosting cPanel Filemanager and open your site root folder there (public_html, www, etc.). Create “drupal_new” folder there. If your site is located in folder, named drupal for example, you will have two folders in the same directory: drupal – current site location and drupal_new, that is empty at the moment:

    11.Drupal.How_to_update_engine_2

  3. Upload the latest Drupal archive to this folder and extract it if you are using Cpanel. Otherwise you may upload unzipped files via FTP:

    11.Drupal.How_to_update_engine_3

  4. Copy .htacess file and “site” folder from your current site location to this new directory, allowing files overwriting.

  5. Go to drupal_new/sites/default directory and locate settings.php file there. Open it for editing:

    11.Drupal.How_to_update_engine_4

  6. Locate line of code that says:

    $update_free_access=FALSE;

    Change it to:

    $update_free_access=TRUE;

    to allow access to update script. Save changes applied:

    11.Drupal.How_to_update_engine_5

  7. Open your browser and type http://yourwebsiteurl/drupal_new/update.php in address bar:

  8. Click on Continue button if you’re ready with site backup. You may check this detailed guide on how to backup your data:

    11.Drupal.How_to_update_engine_6

  9. Click on Apply pending updates button:

    11.Drupal.How_to_update_engine_7

  10. Go back to drupal_new –> sites –> default to edit settings.php file once again. Change TRUE back to FALSE same way as in step 6.

  11. Open http://yourwebsiteurl/drupal_new/ in browser to check if the site works properly.

  12. If the site appears properly, go to your FTP or CPanel, rename current site location from drupal to drupal_old and drupal_new to drupal.

  13. Open your site after renaming (it will be http://yourwebsiteurl/drupal) and log into admin panel. Go to Reports –> Available Updates. In case all the steps were performed properly, you will see that Drupal core is up to date, you have successfully updated it to the latest version.

    11.Drupal.How_to_update_engine_8

Feel free to check the detailed video tutorial below:

Drupal 7.x. How to update the engine

Best Drupal Themes
This entry was posted in Drupal Tutorials and tagged drupal, engine, update. Bookmark the permalink.

Submit a ticket

If you are still unable to find a sufficient tutorial regarding your issue please use the following link to submit a request to our technical support team. We'll provide you with our help and assistance within next 24 hours: Submit a ticket