From e334c472fb4be44feec3a73402fc4a2b062cbfc0 Mon Sep 17 00:00:00 2001 From: admin Date: Sat, 21 Oct 2006 19:44:22 +0000 Subject: --- user_guide/installation/upgrade_150.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'user_guide/installation/upgrade_150.html') diff --git a/user_guide/installation/upgrade_150.html b/user_guide/installation/upgrade_150.html index 4e25c54b4..49e12a548 100644 --- a/user_guide/installation/upgrade_150.html +++ b/user_guide/installation/upgrade_150.html @@ -12,7 +12,7 @@ @@ -62,7 +62,7 @@ Upgrading from 1.4.1 to 1.5.0

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 +

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.

@@ -110,7 +110,7 @@ $db['default']['cachedir'] = ''; | | This item allows you to set the filename/classname prefix when extending | native libraries. For more information please see the user guide: -| +| | http://www.codeigniter.com/user_guide/general/core_classes.html | http://www.codeigniter.com/user_guide/general/creating_libraries.html | @@ -127,7 +127,7 @@ $config['subclass_prefix'] = 'MY_'; | Enable/Disable Error Logging |-------------------------------------------------------------------------- | -| If you would like errors or debug messages logged set this variable to +| If you would like errors or debug messages logged set this variable to | TRUE (boolean). Note: You must set the file permissions on the "logs" folder | such that it is writable. | @@ -141,7 +141,7 @@ $config['log_errors'] = FALSE;

Step 4: Update your main index.php file

-

If you are running a stock index.php file simply replace your version with the new one. If you are running one with +

If you are running a stock index.php file simply replace your version with the new one. If you are running one with internal modifications, open it and add this line of code near the bottom:

define('FCPATH', __FILE__); -- cgit v1.2.3-24-g4f1b