Upgrading from 1.7.4 to 1.8
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
Add this file to your "system/libraries" folder:
- Modules.lc
Add the modules directory including the sample module moduleSample to system/application.
Replace these files in your "system/libraries" folder with the new versions:
- Config.lc
- Jquery.lc
- Language.lc
- Loader.lc
- Router.lc
- URI.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
Replace this file in your "system/revigniter" folder with the new version:
- RevIgniter.lc
Step 2: Update your user guide
Please replace your local copy of the user guide with the new version.