SocialStyle:Upgrade to version 2.1
From MtTWiki
This document will guide you to upgrade your Drupal 7 Social Style 2.0 installation to Social Style 2.1 for Drupal 7.
Contents |
Prepare your workbench
- Be sure that you are currently running Social Style 2.0 for Drupal 7.
- Create a temporary installation of Drupal 7 Social Style 2.1 using our installation profile. You will use this as a reference to guide you.
Backup
- Backup everything.
- Just in case, make sure you backed up everything =) (besides, it's always a good idea).
Update Drupal core
Take a breath and read Drupal's Upgrading form previous versions first. This upgrade will update your Drupal core to version 7.22. We assume that you are currently using a 7.x version so it's about a "Minor update procedure".
- Locate the root folder of your site. This is Drupal's root folder, where the index.php file is located.
- Delete all Drupal files and folders except the [sites] folder.
- Copy all Drupal files and folders from your temporary installation except the [sites] folder.
- Login to your Drupal installation as an administration user, your site should still work as usual.
- Run the update.php file calling a url like http://www.example.com/update.php or http://www.example.com/test_site/update.php, if your site is located under a subdirectory.
Update extra modules
Social Style comes with several extra modules required to achieve its functionality. The following process will update them to the latest (by the time these lines are written) version, as marked bellow:
- Chaos tool suite (ctools) module to latest version 7.x-1.3
- Views module to latest version 7.x-3.7
- Libraries API to latest version 7.x-2.1
- Locate the extra modules folder of your site, usually at [sites/all/modules].
- Delete the folders views, ctools and libraries that belong to the Social Style. distribution. If there are any extra module folders that have been installed by you, you should leave them untouched or update them later manually, which is beyond the scope of this guide.
- Copy the latest versions of the deleted modules from your temporary installation.
- Run the update.php file calling a url like http://www.example.com/update.php or http://www.example.com/test_site/update.php, if your site is located under a subdirectory.
Clear all cached data
This step is important in order to force your template to be informed for the changes you have made in the template files.
To do this go to Administer » Site configuration » Performance » Clear cached data