From 3c181054dbe60467cc744c447010f525a862c26e Mon Sep 17 00:00:00 2001 From: mensonge Date: Fri, 21 Nov 2008 10:44:28 +0000 Subject: Refactoring: improve debug_mode, constants and other stuff git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@168 b3834d28-1941-0410-a4f8-b48e95affb8f --- upgrade.txt | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'upgrade.txt') diff --git a/upgrade.txt b/upgrade.txt index 6b54428..acf6a96 100644 --- a/upgrade.txt +++ b/upgrade.txt @@ -1,9 +1,19 @@ ==== UPGRADE instructions ==== -=== From version 0.89 to 0.90 === + +=== From version 0.90 to 0.91 === - Backup you database - Make a copy from your SemanticScuttle Web directory - Upgrade your database by following instructions ONE after ONE (order is important) : + * No intructions +- Upgrade your current configuration file (config.inc.php) with respect to config.inc.php.example + * Delete last line : include_once('debug.inc.php'); + * Add variable: $menu2Tags = array(); + * Add variable: $debugMode = true; # if true, show debug messages + +=== From version 0.89 to 0.90 === +- Backup you database +- Make a copy from your SemanticScuttle Web directory - Upgrade your current configuration file (config.inc.php) with respect to config.inc.php.example # add these lines under $enableWebsiteThumbnails = false; # enableWebsiteThumbnails {true|false}: -- cgit v1.2.3-54-g00ecf