Upgrading from 1.9.5 to 1.9.6
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
Make a copy of these configuration files in your "system/application/config" folder and replace these files with the new versions:
- authentication.lc
- config.lc
- Replace the default settings in these files with your settings saved before.
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
Replace these files in your "system/database" folder with the new versions:
- DBdriver.lc
- DBactiveRec.lc
- DBresult.lc
Replace these files in your "system/helpers" folder with the new versions:
- jwtHelper.lc
- fileHelper.lc
- emailHelper.lc
- urlHelper.lc
Replace these files in your "system/libraries" folder with the new versions:
- Profiler.lc
- Encrypt.lc
- Formvalidation.lc
- Authentication.lc
- Calendar.lc
- Config.lc
- Email.lc
- Input.lc
- Jquery.lc
- Loader.lc
- Output.lc
- Router.lc
- Trackback.lc
- Upload.lc
- Useragent.lc
- Session.lc
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.