Upgrading from 1.6.15 to 1.6.16
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
Replace these files in your "system/libraries" folder with the new versions:
- Authentication.lc
- Calendar.lc
- Config.lc
- Encrypt.lc
- Email.lc
- Formvalidation.lc
- Image.lc
- Input.lc
- Jquery.lc
- Loader.lc
- Output.lc
- Pagination.lc
- Profiler.lc
- Session.lc
- Upload.lc
Replace these files in your "system/helpers" folder with the new versions:
- arrayHelper.lc
- urlHelper.lc
Replace this file in your "system/database" folder with the new version:
- DBdriver.lc
Replace this file in your "system/database/drivers/mysql" folder with the new version:
- mysqlDriver.lc
Replace this file in your "system/database/drivers/postgre" folder with the new version:
- postgreDriver.lc
Replace this file in your "system/database/drivers/sqlite" folder with the new version:
- sqliteDriver.lc
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.
Replace these files in your "system/revigniter" folder with the new versions:
- Common.lc
- RevIgniter.lc
Step 2: Update your user guide
Please replace your local copy of the user guide with the new version.