Upgrading from 1.3.25b to 1.4b
Keep in mind that this version is not compatible with revServer (the engine versions before LiveCode server 4.6.3)
Before performing an update you should take your site offline by replacing the index.irev file with a static one.
Step 1: Update your revIgniter files
There are so many changes in this version that it is best you replace all revIgniter files and folders (except those in system/application) with the new ones keeping just the assets folder and the files and folders in system/application containing your own code.
Now make a copy of the configuration file in your "system/application/config" folder and replace this file with the new version:
- config.irev
- Replace the default settings in this file with your settings saved before.
- Replace "gGET" and "gPOST" in your own code with $_GET and $_POST respectively.
- Remove the calls to the optional controller handler named after the controller itself, as described in in the Controllers / Good Practice section of the User Guide, from the bottom of your controller scripts. These are no longer needed.
Step 2: Update your user guide
Please replace your local copy of the user guide with the new version.