Upgrading from 1.8.3 to 1.9.0

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 "system/libraries" folder with the new versions:

Add this file to your "system/libraries" folder:

Replace this file in your "system/helpers" folder with the new version:

Add this file to your "system/helpers" folder:

Replace this file in your "system/plugins" folder with the new version:

Make a copy of the autoload file in your "system/application/config" folder and replace this file with the new version:

Replace this file in your "system/application/modules/moduleSample/config" folder with the new version:

Add "extensions" folders as found in the revIgniter package to "system", "system/application" and to "system/application/modules/moduleSample"

Replace these files in your "system/revigniter" folder with the new versions:

Step 2: Update your user guide

Please replace your local copy of the user guide with the new version.