Corporate Classy:Upgrade to version 2.1 for Drupal 6
From MtTWiki
This document will guide you to upgrade your Drupal 6 Corporate Classy 2.0 installation to Corporate Classy 2.1 for Drupal 6.
Contents |
Prepare your workbench
- Be sure that you are currently running Corporate Classy 2.0 for Drupal 6. If not, please upgrade your installation to Corporate Classy 2.0 for Drupal 6 first.
- Create a temporary installation of Drupal 6 Corporate Classy 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 the version 6.22. We asume that you are curently using a 6.x version so it's about a "Minor update procedure".
- Locate the root folder of your site. Is the Drupal's roor folder, there where the index.php 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 administration user, your site should still work 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
Corporate Classy 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:
- FileField module from 6.x-3.9 version to 6.x-3.10
- ImageAPI module from 6.x-1.9 version to 6.x-1.10
- ImageCache module from 6.x-2.0-beta10 version to 6.x-2.0-beta12
- ImageField module from 6.x-3.9 version to 6.x-3.10
- Locate the extra modules folder of your site, usually at [sites/all/modules].
- Delete all the folders that belong to the Corporate Classy distribution. Use your temporary installation to figure out the folders you could remove safely. You should remove all the folders that exist in your temporary installation of Corporate Classy 2.0. If there are any extra module folders that had been installed from you later, 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.
Patch your Corporate Classy theme files
- Locate our theme folder in your temporary installation. Usually at [sites/all/themes/corporate]
- Locate our theme folder in your drupal 6 site. Usually at [sites/all/themes/corporate]
- Replace the following files in your installation, using the corresponding source files from the temporary installation
- corporate.info
- style.css
- node-product.tpl.php
- page.tpl.php
- template.php
- Copy the following files in your installation, using the corresponding source files from the temporary installation
- images/footer-inside-bg.png
- Remove (delete) the following files from your installation
- images/footer-bg.jpg
- images/footer-inside-bg.jpg
- screen.css
Note
All the fields are now printed programmatically through php code. So you have to set the display option for each field to hidden. To do that go to Home » Administer » Content Types» Product/Solution » Manage fields » Display fields and set the value of "Full Node" column, for each field (row) to Hidden
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