php 5.3 - new gTranslate pro
Apr 12, 2013 10:54 am by martin010
Apr 12, 2013 10:54 am by martin010
Dear gTranslate,
Hello, where can I download the latest version of gTranslate Pro? My server has been upgraded to php5.3 and now gTranslate doesn't work properly anymore.
Regards,
Martin
Re: php 5.3 - new gTranslate pro
Apr 12, 2013 1:11 pm by Edvard
Apr 12, 2013 1:11 pm by Edvard
There shouldn't be any problems with GTranslate and PHP 5.3. Can you please describe what issues do you have? Can you provide PHP error log?
Re: php 5.3 - new gTranslate pro
May 9, 2013 2:16 pm by martin010
May 9, 2013 2:16 pm by martin010
Hi, the problem is that in the 'pro' setting the site doesn't translate anymore. It can't find the translated link.
Please look for yourself:
http://aronsengelauff.nl/other/5-star-shelter
Hope to hear from you soon.
With regards,
Martin
Re: php 5.3 - new gTranslate pro
May 9, 2013 3:32 pm by Yana
May 9, 2013 3:32 pm by Yana
Hi,
Please check the GTranslate rules in your .htaccess file. Here is the documentation https://gtranslate.io/docs
You should add the following rules in the .htaccess file after RewriteEngine On
RewriteEngine On
# gtranslate config
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]
RewriteCond %{REQUEST_FILENAME} !-f
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]
Also I can see the PHP ionCube Loader error. Please ask your hosting provider to enable the it for you
http://aronsengelauff.nl/gtranslate/tra ... lang=zh-cn
SIMILAR TOPICS
Gtranslate Multisite | Feb 12, 2019 7:27 am | Replies: 1 | Post by: infact_dat |
Gtranslate: Error with number | Feb 20, 2019 1:20 am | Replies: 1 | Post by: infact_dat |
GTranslate 3.7.4, Joomla 3.9.3 - doGTranslate is not defined | Feb 22, 2019 12:34 pm | Replies: 1 | Post by: oase |
Add-on gtranslate no longer works | Feb 2, 2019 6:01 am | Replies: 1 | Post by: DarylDixon |
Instragram and Gtranslate...!!!! | Dec 19, 2018 11:18 am | Replies: 1 | Post by: zackfernandes |