Upgrading from 2.1.5 to 2.1.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
Replace these files in your "application/errors" folder with the new versions:
- error404.lc
- errorDB.lc
- errorGeneral.lc
Replace this file in your "application/views" folder with the new version:
- welcomeMessage.lc
Replace this file in your "system/database" folder with the new version:
- DBdriver.livecodescript
Replace this file in your "system/database/mysql" folder with the new version:
- mysqlDriver.livecodescript
Replace this file in your "system/database/postgre" folder with the new version:
- postgreDriver.livecodescript
Replace this file in your "system/database/sqlite" folder with the new version:
- sqliteDriver.livecodescript
Replace these files in your "system/libraries" folder with the new versions:
- Exceptions.livecodescript
- Formvalidation.livecodescript
- Router.livecodescript
- URI.livecodescript
Replace your front controller:
- index.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.