No response - considered the issue is gone. If not please write here.
No response - considered the issue is gone. If not please write here.
pm sent********************.
You have not sent me the access data to an FTP. Please send me access details to FTP.
If test_yandex returns an empty result then use this quick fix:
- Open file includes/vbenterprisetranslator_class_translator.php
- Find:
PHP Code:
if (strpos($result,'Translation code="403"') || strpos($result,'Translation code="404"'))
- Replace it to:
PHP Code:
if (strpos($result,'Translation code="403"') || strpos($result,'Translation code="404"') || strpos($result,'Error code="404"'))
Yandex returns an error about running out of limits. The test no displays message. This quick fix will be added in the next release.
Last edited by Marcin Kalak; 15-02-14 at 11:05.
thanks, I'll give this a try