diff --git a/setup/migrate/config/commercial_config.xml b/setup/migrate/config/commercial_config.xml
index 515155a..514ff41 100644
--- a/setup/migrate/config/commercial_config.xml
+++ b/setup/migrate/config/commercial_config.xml
@@ -11,7 +11,7 @@
Click Next after resolving the above errors.
"; + $this->error[]['cmd'] = "Click Next after resolving the above errors."; $this->temp_variables['manual_export'] = ""; } else { $this->error[]['error'] = "Could not export database:"; diff --git a/setup/migrate/steps/migrateServices.php b/setup/migrate/steps/migrateServices.php index a701639..f30dc1a 100644 --- a/setup/migrate/steps/migrateServices.php +++ b/setup/migrate/steps/migrateServices.php @@ -291,7 +291,7 @@ class migrateServices extends Step $this->temp_variables['services'][$serv->getName()]['msg'] = "Service has been uninstalled"; } $this->temp_variables['services'][$serv->getName()]['class'] = $state; - $this->temp_variables['services'][$serv->getName()]['name'] = $serv->getName(); + $this->temp_variables['services'][$serv->getName()]['name'] = $serv->getHRName(); } if(!$this->checkMysql()) { return false; @@ -326,13 +326,21 @@ class migrateServices extends Step } if($running) { $this->temp_variables['services']['KTMysql']['class'] = "cross"; - $this->temp_variables['services']['KTMysql']['name'] = "KTMysql"; + if(WINDOWS_OS) { + $this->temp_variables['services']['KTMysql']['name'] = "KnowledgeTree Mysql Service. (KTMysql)"; + } else { + $this->temp_variables['services']['KTMysql']['name'] = "KnowledgeTree Mysql Service."; + } $this->temp_variables['services']['KTMysql']['msg'] = "Service Running"; $this->error[] = "Service : KTMysql running.Deactivate Services
- All KnowledgeTree services need to be deactivated before the migration takes place. + All KnowledgeTree services need to be shutdown before the migration can continue.
All services are uninstalled. -