Upgrading from 1.6.10 to 1.6.11
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 "system/language/english" folder with the new version:
- imglibLang.lc
Replace this file in your "system/language/french" folder with the new version:
- imglibLang.lc
Replace this file in your "system/language/german" folder with the new version:
- imglibLang.lc
Replace this file in your "system/language/spanish" folder with the new version:
- imglibLang.lc
Replace this file in your "system/database" folder with the new version:
- DBactiveRec.lc
Replace these files in your "system/database/drivers/mysql" folder with the new versions:
- mysqlDriver.lc
- mysqlResult.lc
Replace these files in your "system/database/drivers/postgre" folder with the new versions:
- postgreDriver.lc
- postgreResult.lc
Make a copy of the database configuration file in your "system/application/config" folder and replace this file with the new version:
- database.lc
- Replace the default settings in this file with your settings saved before.
Replace these files in your "system/helpers" folder with the new versions:
- arrayHelper.lc
- assetHelper.lc
- dateHelper.lc
- fileHelper.lc
- formmailHelper.lc
- htmlHelper.lc
- assetHelper.lc
Replace these files in your "system/plugins" folder with the new versions:
- galleriaPi.lc
- markdownPi.lc
- querytojsonPi.lc
Replace these files in your "system/libraries" folder with the new versions:
- Authentication.lc
- Calendar.lc
- Captcha.lc
- Config.lc
- Email.lc
- Encrypt.lc
- Formvalidation.lc
- Hooks.lc
- Image.lc
- Input.lc
- Jquery.lc
- Output.lc
- Profiler.lc
- Session.lc
- URI.lc
- Upload.lc
Replace this stack in your "system/stacks" folder with the new version:
- Image.livecode
Replace these files in your "system/revigniter" folder with the new versions:
- Common.lc
- RevIgniter.lc
Step 2: Add new folders
Add this folder and it's content to your "system/database/drivers" folder:
- sqlite
Add this folder and it's content to your "system/application" folder:
- db
Step 3: Update your user guide
Please replace your local copy of the user guide with the new version.