From b85c525413acf2c0c582e829ba8a0c480ec74c1b Mon Sep 17 00:00:00 2001 From: Jarrett Jordaan Date: Fri, 27 Nov 2009 15:34:23 +0200 Subject: [PATCH] Services start messages updated. --- setup/migrate/steps/migrateDatabase.php | 2 +- setup/upgrade/templates/complete.tpl | 7 ++++--- setup/wizard/templates/complete.tpl | 7 ++++--- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/setup/migrate/steps/migrateDatabase.php b/setup/migrate/steps/migrateDatabase.php index d304329..ca4fbdc 100644 --- a/setup/migrate/steps/migrateDatabase.php +++ b/setup/migrate/steps/migrateDatabase.php @@ -171,7 +171,7 @@ class migrateDatabase extends Step $cmd = $exe.' -u"'.$dbAdminUser.'" -p"'.$dbAdminPass.'" --port="'.$port.'" '.$dbName.' > '.$sqlFile; if($noFile) { $this->error[]['error'] = "The KnowledgeTree Setup Wizard was unable to connect to your KnowledgeTree 3.6.1 database."; - $this->error[]['msg'] = "Please ensure that all KnowledgeTree Services are running."; + $this->error[]['msg'] = "Please ensure that your KnowledgeTree Mysql service is running."; $this->error[]['cmd'] = "Click Next after resolving the above errors."; $this->temp_variables['manual_export'] = ""; } else { diff --git a/setup/upgrade/templates/complete.tpl b/setup/upgrade/templates/complete.tpl index 0099c84..93b26ee 100644 --- a/setup/upgrade/templates/complete.tpl +++ b/setup/upgrade/templates/complete.tpl @@ -20,7 +20,8 @@

- To start the services, execute the dmsctl.bat batch file in the KnowledgeTree directory from a command prompt, run as administrator. + To start the services, using the instructions below: +

@@ -30,11 +31,11 @@
[START MENU] => [Programs] => [KnowledgeTree 3.7.x] => [services]
- Click [Install Services] + Right-Click and run [Install Services] as administrator
[START MENU] => [Programs] => [KnowledgeTree 3.7.x] => [services]
- Click [Start Services] + Right-Click and run [Start Services] as administrator

Alternatively: diff --git a/setup/wizard/templates/complete.tpl b/setup/wizard/templates/complete.tpl index 1f57252..4bc2b1e 100644 --- a/setup/wizard/templates/complete.tpl +++ b/setup/wizard/templates/complete.tpl @@ -23,7 +23,8 @@

- To start the services, execute the dmsctl.bat batch file in the KnowledgeTree directory from a command prompt, run as administrator. + To start the services, using the instructions below: +

@@ -33,11 +34,11 @@
[START MENU] => [Programs] => [KnowledgeTree 3.7.x] => [services]
- Click [Install Services] + Right-Click and run [Install Services] as administrator
[START MENU] => [Programs] => [KnowledgeTree 3.7.x] => [services]
- Click [Start Services] + Right-Click and run [Start Services] as administrator

Alternatively: -- libgit2 0.21.4