From 4d5479ce28ba52020c75084a931c66e685d666bb Mon Sep 17 00:00:00 2001 From: Kevin Fourie Date: Thu, 30 Oct 2008 14:11:00 +0000 Subject: [PATCH] KTC-637 "'Zend Optimizer not installed' message when attempting to open KnowledgeTree after upgrade from 337Com - 346Com to 354Com on RHEL5" Updated. Updated the upgrade table. --- lib/upgrades/UpgradeFunctions.inc.php | 3 ++- sql/mysql/install/data.sql | 6 ++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/lib/upgrades/UpgradeFunctions.inc.php b/lib/upgrades/UpgradeFunctions.inc.php index 788953b..b67c75d 100644 --- a/lib/upgrades/UpgradeFunctions.inc.php +++ b/lib/upgrades/UpgradeFunctions.inc.php @@ -97,7 +97,8 @@ class UpgradeFunctions { 'removeAdminVersionNotifier' => 'Remove the old Admin Version Notifier Plugin.', 'removeOldSearchPlugins' => 'Remove the old Search Plugins.', 'addAutoIncrementToTables' => 'Update all current db tables to use auto_increment.', - 'addAutoIncrementToTables2' => 'Update all new db tables to use auto_increment.' + 'addAutoIncrementToTables2' => 'Update all new db tables to use auto_increment.', + 'removeOldFilesAndFolders354' => 'Remove old files and folders that are no longer needed.' ); var $phases = array( "setPermissionFolder" => 1, diff --git a/sql/mysql/install/data.sql b/sql/mysql/install/data.sql index b3a4c67..8d2a2e1 100644 --- a/sql/mysql/install/data.sql +++ b/sql/mysql/install/data.sql @@ -1730,7 +1730,9 @@ INSERT INTO `upgrades` VALUES (207,'upgrade*3.5.3*99*upgrade3.5.3','Upgrade from version 3.5.2 to 3.5.3','2008-07-30 00:00:00',1,'upgrade*3.5.3*99*upgrade3.5.3'), (208,'func*3.5.4*7*createIndexes','Recreate db integrity:Create indexes on the database','2008-10-01 00:00:00',1,'upgrade*3.5.4*99*upgrade3.5.4'), (209,'sql*3.5.4*0*3.5.4/max_sql_search_results.sql','Add configurable maximum results for SQL search queries.','2008-07-30 00:00:00',1,'upgrade*3.5.4*99*upgrade3.5.4'), -(210,'upgrade*3.5.4*99*upgrade3.5.4','Upgrade from version 3.5.3 to 3.5.4','2008-10-01 00:00:00',1,'upgrade*3.5.4*99*upgrade3.5.4'); +(210,'sql*3.5.4*0*3.5.4/server_name.sql','Update the server name.','2008-10-01 00:00:00',1,'upgrade*3.5.4*99*upgrade3.5.4'), +(211,'func*3.5.4*0*removeOldFilesAndFolders354','Remove old files and folders that are no longer needed.','2008-10-01 00:00:00',1,'upgrade*3.5.4*99*upgrade3.5.4'), +(212,'upgrade*3.5.4*99*upgrade3.5.4','Upgrade from version 3.5.3 to 3.5.4','2008-10-01 00:00:00',1,'upgrade*3.5.4*99*upgrade3.5.4'); /*!40000 ALTER TABLE `upgrades` ENABLE KEYS */; UNLOCK TABLES; @@ -2661,7 +2663,7 @@ UNLOCK TABLES; LOCK TABLES `zseq_upgrades` WRITE; /*!40000 ALTER TABLE `zseq_upgrades` DISABLE KEYS */; INSERT INTO `zseq_upgrades` VALUES -(210); +(212); /*!40000 ALTER TABLE `zseq_upgrades` ENABLE KEYS */; UNLOCK TABLES; -- libgit2 0.21.4