From f0b3994f51937c643200a0547f70b1fa7d94f88a Mon Sep 17 00:00:00 2001 From: Derek Jones Date: Thu, 25 Mar 2010 10:08:20 -0500 Subject: moved application folder outside of the system folder --- user_guide/installation/upgrade_160.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'user_guide/installation/upgrade_160.html') diff --git a/user_guide/installation/upgrade_160.html b/user_guide/installation/upgrade_160.html index e817e245e..5568f8ca2 100644 --- a/user_guide/installation/upgrade_160.html +++ b/user_guide/installation/upgrade_160.html @@ -78,10 +78,10 @@ Upgrading from 1.5.4 to 1.6.0

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

Step 2: Add time_to_update to your config.php

-

Add the following to system/application/config/config.php with the other session configuration options

+

Add the following to application/config/config.php with the other session configuration options

$config['sess_time_to_update'] = 300;

Step 3: Add $autoload['model']

-

Add the following to system/application/config/autoload.php

+

Add the following to application/config/autoload.php

/*
| -------------------------------------------------------------------
| Auto-load Model files
@@ -94,7 +94,7 @@ Upgrading from 1.5.4 to 1.6.0
$autoload['model'] = array();

Step 4: Add to your database.php

-

Make the following changes to your system/application/config/database.php file:

+

Make the following changes to your application/config/database.php file:

Add the following variable above the database configuration options, with $active_group

$active_record = TRUE;

Remove the following from your database configuration options

-- cgit v1.2.3-24-g4f1b