From 4003718f35247ef9b4a8d678389bda639677bac7 Mon Sep 17 00:00:00 2001 From: admin Date: Wed, 11 Oct 2006 19:16:58 +0000 Subject: --- user_guide/installation/upgrade_150.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'user_guide/installation') diff --git a/user_guide/installation/upgrade_150.html b/user_guide/installation/upgrade_150.html index b532073fd..e757d35a4 100644 --- a/user_guide/installation/upgrade_150.html +++ b/user_guide/installation/upgrade_150.html @@ -97,8 +97,14 @@ $db['default']['cachedir'] = ''; +

Step 3: Update your main index.php file

-

Step 3: Update your user guide

+

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__); + +

Step 4: Update your user guide

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

-- cgit v1.2.3-24-g4f1b