Upgrading from 1.7.1 to 1.7.2
Before performing an update you should take your site offline by replacing the index.lc file with a static one.
Step 1: Update your revIgniter files
Replace this file in your root folder with the new version:
- index.lc
You may need to take your modifications made in your old index file over in case you altered the path to your application or system folder.
Make a copy of the configuration file in your "system/application/config" folder and replace this file with the new version:
- config.lc
Replace the default settings in this file with your settings saved before. If you used a database to validate session IDs make sure you set gConfig["sess_driver"] to "database" and gConfig["sess_save_location"] to the name of your session data table.
Add this folder and its content to your "system/libraries" folder:
- sessionDrivers
Replace these files in your "system/libraries" folder with the new versions:
- Authentication.lc
- Config.lc
- Controller.lc
- Email.lc
- Formvalidation.lc
- Hooks.lc
- Input.lc
- Language.lc
- Router.lc
- Session.lc
- Useragent.lc
Replace these files in your "system/helpers" folder with the new versions:
- downloadHelper.lc
- fileHelper.lc
- htmlHelper.lc
Replace these files in your "system/database" folder with the new versions:
- DB.lc
- DBdriver.lc
Replace these files in your "system/revigniter" folder with the new versions:
- errorsList.txt
- Common.lc
- RevIgniter.lc
Step 2: Update your user guide
Please replace your local copy of the user guide with the new version.