Forum Archive - [Solved] Update GTranslate Pro 3.14 (Don’t Work)

[Solved] Update GTranslate Pro 3.14 (Don’t Work)
Feb 20, 2011 1:25 pm by Marcio Nunes
Hi! Updated for v3.14 and don't load any language... (page in blank) My problem is with http://www.lecturas.org Replace the folder gtranslate. (cache with 777) Created My API KEY Google Translator and add the "key" in config.php Change my .htaccess RewriteRule ^([a-z]{2}|zh-CN|zh-TW)/([a-z]{2}|zh-CN|zh-TW)/(.*)$ /$1/$3 [R=301,L] RewriteRule ^([a-z]{2}|zh-CN|zh-TW)/([a-z]{2}|zh-CN|zh-TW)$ /$1/ [R=301,L] RewriteRule ^([a-z]{2}|zh-CN|zh-TW)/(.*)$ /gtranslate/translate.php?lang=$1&url=$2 [L,QSA] RewriteRule ^([a-z]{2}|zh-CN|zh-TW)$ /gtranslate/translate.php?lang=$1 [L,QSA] Example: http://www.lecturas.org/en HELP!!! :) Thanks!
Re: Update GTranslate Pro 3.14 (Don’t Work)
Feb 20, 2011 1:31 pm by Edvard
Upload also gtranslate/cache folder which contains one folder for each language, so the structure will be: gtranslate/cache/en gtranslate/cache/it gtranslate/cache/fr etc... They need to have 777 permission. Also make sure that you have inserted your API key in the config.php file.
Re: Update GTranslate Pro 3.14 (Don’t Work)
Feb 20, 2011 1:42 pm by Marcio Nunes
everything is done... not work! Any idea?
Re: Update GTranslate Pro 3.14 (Don’t Work)
Feb 20, 2011 1:45 pm by Edvard
Try to delete cache/limit.txt file if there is such.
Re: Update GTranslate Pro 3.14 (Don’t Work)
Feb 20, 2011 1:55 pm by Marcio Nunes
no such file 'limit.txt' in the folder gtranslate/cache In the previous version worked!
Re: Update GTranslate Pro 3.14 (Don’t Work)
Feb 20, 2011 1:59 pm by Edvard
Can you upload info.php file from the package into gtranslate folder?
Re: Update GTranslate Pro 3.14 (Don’t Work)
Feb 20, 2011 2:03 pm by Marcio Nunes
OK! PHP Version 5.1.6
Re: Update GTranslate Pro 3.14 (Don’t Work)
Feb 20, 2011 2:04 pm by Marcio Nunes
http://www.lecturas.org/info.php
Re: Update GTranslate Pro 3.14 (Don’t Work)
Feb 20, 2011 2:08 pm by Edvard
You have set en as a default language in config.php file.
Re: Update GTranslate Pro 3.14 (Don’t Work)
Feb 20, 2011 2:09 pm by Marcio Nunes
Changed for test... make 'es' when update the gtranslate!
Re: Update GTranslate Pro 3.14 (Don’t Work)
Feb 20, 2011 2:12 pm by Edvard
Can you check the PHP error log or enable it, so we can see the error instead of the blank page?
Re: Update GTranslate Pro 3.14 (Don’t Work)
Feb 20, 2011 2:15 pm by Edvard
Can you upgrade to PHP 5.2 or install JSON library?
Re: Update GTranslate Pro 3.14 (Don’t Work)
Feb 20, 2011 2:15 pm by Marcio Nunes
I do not think that is problem with PHP! I'm sure it's a small detail! Thanks!
Re: Update GTranslate Pro 3.14 (Don’t Work)
Feb 20, 2011 2:18 pm by Edvard
Currently you don't have JSON library which is required. If you update your PHP to version 5.2 JSON will be included by default. Otherwise you need to install the JSON library on your PHP 5.1.6
Re: Update GTranslate Pro 3.14 (Don’t Work)
Feb 20, 2011 2:26 pm by Marcio Nunes
ok! I schedule the install JSON library and write the result here Thank you very much!
Re: Update GTranslate Pro 3.14 (Don’t Work)
Feb 20, 2011 2:41 pm by rcrncec
No translate http://www.webinfoo.com
Re: Update GTranslate Pro 3.14 (Don’t Work)
Feb 20, 2011 2:52 pm by Edvard
Did you read and try all the suggestions? Can you describe more in details what you have done?
Re: Update GTranslate Pro 3.14 (Don’t Work)
Feb 20, 2011 3:19 pm by [email protected]
I have the same problem with: http://www.nudos.org And I configure all data. You can see it: http://www.nudos.org/info.php Many thanks!
Re: Update GTranslate Pro 3.14 (Don’t Work)
Feb 20, 2011 3:34 pm by Edvard
Did you read the post from the beginning? Did you try all the suggestions? Please write what you did instead of just "it doesn't work", since I'll ask the same questions as I did.
Re: Update GTranslate Pro 3.14 (Don’t Work)
Feb 20, 2011 3:36 pm by Edvard
Ask your hosting provider to enable allow_url_fopen in PHP if it is Off.
Re: Update GTranslate Pro 3.14 (Don’t Work)
Feb 20, 2011 3:45 pm by [email protected]
Hello! Yes I read all messages also I enable allow_url_open but not translate nothing. In config file I put KEY with this format (bold letters): https://www.googleapis.com/language/translate/v2?key=AIzaSyAC7IvOvVaN412sICyPs0A51q9z81DgI-Y&q=flowers&source=en&target=fr&callback=handleResponse Is not this.
Re: Update GTranslate Pro 3.14 (Don’t Work)
Feb 20, 2011 3:53 pm by Edvard
I can see there is cache/limit.txt file. Can you delete it manually and try again?
Re: Update GTranslate Pro 3.14 (Don’t Work)
Feb 20, 2011 4:01 pm by [email protected]
Hello! I delete limit.txt but is not working propery. For example now: http://www.nudos.org/ca/Nudos-de-corbata/ With catalan language only translate menu text but not articles text that continue showing in Spanish. In english language not translate anything: http://www.nudos.org/en/Nudos-de-corbata/ Many thanks!
Re: Update GTranslate Pro 3.14 (Don’t Work)
Feb 20, 2011 4:10 pm by Edvard
The file is created again. When it is created, it will not send translation requests for two hours. When I try to translate it with my API key, it works, with your API key it gives badRequest error code. https://www.googleapis.com/language/tra ... leResponse Is it a newly created API code? Can you check if you didn't reach your daily 100.000 character limit?
Re: Update GTranslate Pro 3.14 (Don’t Work)
Feb 20, 2011 4:22 pm by [email protected]
Today I used 20 k characters (only 20%) and this morning I created API key
Re: Update GTranslate Pro 3.14 (Don’t Work)
Feb 20, 2011 4:36 pm by Edvard
In that case how do you explain, that I get badResponse error when using your API key, and I get the translation using mine? I have sent the request URL in my previous post. May be you can wait 1 day, to be sure that the limit is refreshed?
Re: Update GTranslate Pro 3.14 (Don’t Work)
Feb 20, 2011 7:27 pm by [email protected]
Finnaly, after a excelent support for Edvard and many tests, we discovered if I change to new API key it seems works correctly. Many thanks!
Re: Update GTranslate Pro 3.14 (Don’t Work)
Feb 21, 2011 12:54 pm by Marcio Nunes
Updated my PHP for 5.2.17 It works perfectly, but the translation makes very slow! www.lecturas.org/en :) Thanks Edvard !
Re: Update GTranslate Pro 3.14 (Don’t Work)
Feb 21, 2011 4:10 pm by Marcio Nunes
One question ... When the limit is exhausted Translate API ... It happened with my web in 1 hour, save to cache "no translation "? That could be a problem. Example: Has not translated in Portuguese, appears in the original Spanish language http://www.lecturas.org/pt/coches-motos ... 63-cv.html This saves in the cache / gTranslate / cache / pt untranslated? Will happen tomorrow when the API work?
Re: Update GTranslate Pro 3.14 (Don’t Work)
Feb 21, 2011 6:15 pm by Edvard
Yes, if you have reached the daily limit for your API key all the translations will happen the next day. Your site will get faster over time when everything is translated and cached.

SIMILAR TOPICS

Gtranslate MultisiteFeb 12, 2019 7:27 amReplies: 1Post by: infact_dat
Gtranslate: Error with numberFeb 20, 2019 1:20 amReplies: 1Post by: infact_dat
GTranslate 3.7.4, Joomla 3.9.3 - doGTranslate is not definedFeb 22, 2019 12:34 pmReplies: 1Post by: oase
Add-on gtranslate no longer worksFeb 2, 2019 6:01 amReplies: 1Post by: DarylDixon
GT doesn't work...error 404 pageJan 28, 2019 5:36 pmReplies: 1Post by: vincenzodinuzzo

Try GTranslate with a free 15 day trial