Добрый день.
Сегодня мы успешно закончили все работы по переносу сервисов Опентао на новый сервер, о чем мы рассказывали вам в рассылках и на нашем форуме: http://forum.opentao.net/forums/showthread.php?p=10582
Нам осталось только выключить старый сервер, чтобы все запросы к сервисам начали идти только на новый. Сервер будет отключен во вторник, 5 ноября.
В связи с этим мы хотим еще раз обратить ваше внимание на содержимое файла configcustom.php с настройками вашего сайта, а именно, на настройки адреса сервиса Otapi.
Просим вас проверить содержимое файла configcustom.php на наличие строк
define('CFG_SERVICE_URL', 'http://5.9.32.197/OtapiWebService2.asmx/');
define('CFG_SERVICE_URL', 'http://otapi.business.demo.services.opentao.net/OtapiWebService2.asmx/');
define('CFG_SERVICE_URL', 'http://otapi.business.zorro.opentao.net/OtapiWebService2.asmx/');
Эти строки надо заменить на
define('CFG_SERVICE_URL', 'http://otapi.net/OtapiWebService2.asmx/');
В случае отсутствия какой-либо настройки define('CFG_SERVICE_URL, ''...');
нужно добавить строку
define('CFG_SERVICE_URL', 'http://otapi.net/OtapiWebService2.asmx/');
перед закрывающим тэгом ?>
Если самостоятельная проверка и изменение настроек вызывает у вас затруднения, вы можете обратиться в нашу техподдержку и предоставить доступы к вашему серверу, чтобы мы могли проверить настройки адреса сервиса Otapi и скорректировать их.
После того, как старый сервер будет отключен, сайты, на которых остались некорректные настройки, перестанут работать! Поэтому просим вас внимательно отнестись к этому объявлению.
Если вы находитесь на Ответственном хостинге, просто проигнорируйте это письмо — мы все поменяем сами.
Приносим извинения за доставленные неудобства и благодарим за понимание.
---------------------------
Hello.
Today we have successfully completed all the works on the migration of Opentao services to the new server (more info http://forum.opentao.net/forums/showthread.php?p=10582)
The only thing we have to do is to disable the old server in order to redirect all sites' requests to a new one. The ols server will be disabled on Tuesday, 5th of November.
According to this we want to pay your attention on configcustom.php file content, specifically on the OTAPI service address configuration.
Please check your configcustom.php file for the following rows:
define('CFG_SERVICE_URL', 'http://5.9.32.197/OtapiWebService2.asmx/');
define('CFG_SERVICE_URL', 'http://otapi.business.demo.services.opentao.net/OtapiWebService2.asmx/');
define('CFG_SERVICE_URL', 'http://otapi.business.zorro.opentao.net/OtapiWebService2.asmx/');
These rows should be replaced with:
define('CFG_SERVICE_URL', 'http://otapi.net/OtapiWebService2.asmx/');
If there is no define('CFG_SERVICE_URL, ''...'); at all, please add this row:
define('CFG_SERVICE_URL', 'http://otapi.net/OtapiWebService2.asmx/');
before the ending tag ?>
If you're are troubled with any of this stages, please ask our support for help, and we will do all the settings for you. Don't forget to send us accesses to your hosting in the ticket.
Note! After the old server is disabled, all sites which contain wrong configcustom.php file configuration will stop working! So we kindly ask you to pay your attention to the issue.
If you host on our Responsible Hosting, please ignore this letter.
We apologize for the inconvenience and appreciate your understanding.
|