From 86d4e993d9ea21f28124b80f3d0c161aea681cb6 Mon Sep 17 00:00:00 2001 From: admin Date: Sun, 8 Oct 2006 07:21:03 +0000 Subject: --- user_guide/installation/upgrade_150.html | 121 +++++++++++++++++++++++++++++++ 1 file changed, 121 insertions(+) create mode 100644 user_guide/installation/upgrade_150.html (limited to 'user_guide/installation') diff --git a/user_guide/installation/upgrade_150.html b/user_guide/installation/upgrade_150.html new file mode 100644 index 000000000..55ebaa747 --- /dev/null +++ b/user_guide/installation/upgrade_150.html @@ -0,0 +1,121 @@ + + + + +Code Igniter User Guide + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + +

Code Igniter User Guide Version 1.5.0b1

+
+ + + + + + + + + +
+ + +
+ + + +
+ +

Upgrading from 1.4.1 to 1.5.0

+ +

Note: The instructions on this page assume you are running version 1.4.1. If you +have not upgraded to that version please do so first.

+ +

Before performing an update you should take your site offline by replacing the index.php file with a static one.

+ + + +

Step 1: Update your Code Igniter files

+ +

Replace these directories in your "system" folder with the new versions: + +

+ +

Note: If you have any custom developed files in these folders please make copies of them first.

+ + +

Step 2: Update your database.php file

+ +

Open your application/config/database.php file and add these new items:

+ +
+$db['default']['cache_on'] = FALSE;
+$db['default']['cachedir'] = '';
+
+ + + +

Step 3: Update your user guide

+ +

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

+ +
+ + + + + + + \ No newline at end of file -- cgit v1.2.3-24-g4f1b