Hi,
I have paid for integration and install the plugin but i was surprised, it does not translate the thread
take a look on this sample and PM me how to fix it
(Japanese) Filesonic.com 41 Game Design Ebooks
Hi,
I have paid for integration and install the plugin but i was surprised, it does not translate the thread
take a look on this sample and PM me how to fix it
(Japanese) Filesonic.com 41 Game Design Ebooks
Ok I will use access you've gave me and look on it
Man the archive is not translating too check in your site per ex /
and the archive in my site
Please chceck it, you are partly reaching your limits, I left one test thread to show you that. You can submit for paid Google Translation API v2 and set your own limits.
However it's still may be some other internal problem, I cannot access your ftp to do whol global tests. Please read PM I've send you
Here is link to tested short message which I left for you to see:
(日本語) のテスト
And information how to reduce your translation requests:
http://www.vbenterprisetranslator.co...html#post10411
Last edited by r.dziadusz; 07-01-12 at 20:34.
Ok problem solved please check this link:
(日本語)Filesonic.com 41 のゲーム デザイン ブック
and cofirm is it ok right now
There was problem with disabling Apertium API I've changed in vbenterprisetranslator_class_translator.php
to:PHP Code:
if (!$size) {
vbet_setProviderAvailability('Apertium', 0);
}
and also add in fuction function &vbet_getConnection after line:PHP Code:
if (!$size) {
if (strpos($result,'503 Service Temporarily Unavailable')) {
vbet_setProviderAvailability('Apertium', 0);
}
elseif($result == ' ' || $result == '') {
vbet_setProviderAvailability('Apertium', 0);
}else {
}
}
add linePHP Code:
curl_setopt($connection, CURLOPT_RETURNTRANSFER, 1);
PHP Code:
curl_setopt($connection, CURLOPT_TIMEOUT,15);
Last edited by r.dziadusz; 09-01-12 at 23:05.