Forum Archive - Gtranslate Pro not working

Gtranslate Pro not working
Mar 28, 2011 10:11 pm by mlhc
Hello. I read the other topic, but all other solutions do not work. I installed gTranslate pro as a guide but does not work The site is www.riogaldo.it looks like a permissions problem or API code, I checked but not working. help please :roll: :roll:
Re: Gtranslate Pro not working
Mar 29, 2011 7:44 am by Edvard
Can you upload info.php file from the product package into your website, so I can see it http://www.riogaldo.it/gtranslate/info.php Also, if you have changed gtranslate folder permissions to 777, change it back to 755. Make sure that you have uploaded gtranslate folder into your www root folder. Now I cannot see it there.
Re: Gtranslate Pro not working
Mar 29, 2011 9:22 am by mlhc
done
Re: Gtranslate Pro not working
Mar 29, 2011 9:31 am by Edvard
As I can see you are using IIS web server. Can you change your server to Apache? You can consult with your hosting provider.
Re: Gtranslate Pro not working
Mar 29, 2011 9:34 am by mlhc
As I can see you are using IIS web server. Can you change your server to Apache? You can consult with your hosting provider. no solution for IIS? I am the provider at the moment I can not install apache
Re: Gtranslate Pro not working
Mar 29, 2011 9:35 am by [email protected]
I have also added info.php below link. http://www.victoriagp.com/gtranslate/info.php
Re: Gtranslate Pro not working
Mar 29, 2011 9:37 am by Edvard
In that case you will need to install IIRF for IIS which is alternative for Apache mod_rewrite.
Re: Gtranslate Pro not working
Mar 29, 2011 9:38 am by Edvard
I have also added info.php below link. http://www.victoriagp.com/gtranslate/info.php You also use the IIS server instead... Also you don't have ionCube loader installed, please consult with your hosting provider.
Re: Gtranslate Pro not working
Mar 29, 2011 9:46 am by mlhc
In that case you will need to install IIRF for IIS which is alternative for Apache mod_rewrite. mod_rewrite is loaded and work
Re: Gtranslate Pro not working
Mar 29, 2011 9:48 am by [email protected]
Thank you, i will hopefully get this sorted out later. Thanks again
Re: Gtranslate Pro not working
Mar 29, 2011 9:51 am by mlhc
In that case you will need to install IIRF for IIS which is alternative for Apache mod_rewrite. mod_rewrite is loaded and work http://www.riogaldo.it/rewrite.php
Re: Gtranslate Pro not working
Mar 29, 2011 9:55 am by Edvard
@mlhc Can you post your rewrite rules here?
Re: Gtranslate Pro not working
Mar 29, 2011 9:57 am by mlhc
@mlhc Can you post your rewrite rules here? ## # @version $Id: htaccess.txt 14401 2010-01-26 14:10:00Z louis $ # @package Joomla # @copyright Copyright (C) 2005 - 2010 Open Source Matters. All rights reserved. # @license http://www.gnu.org/copyleft/gpl.html GNU/GPL # Joomla! is Free Software ## # SCRIPT CREATED BY WEBUNE.COM # THIS WORKS WITH rewrite.php FILE # READ MORE AT: http://www.webune.com/forums/how-to-tes ... d-t40.html 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] 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] RewriteRule ^link([^/]*).html$ rewrite.php?link=$1 [L] ##################################################### # READ THIS COMPLETELY IF YOU CHOOSE TO USE THIS FILE # # The line just below this section: 'Options +FollowSymLinks' may cause problems # with some server configurations. It is required for use of mod_rewrite, but may already # be set by your server administrator in a way that dissallows changing it in # your .htaccess file. If using it causes your server to error out, comment it out (add # to # beginning of line), reload your site in your browser and test your sef url's. If they work, # it has been set by your server administrator and you do not need it set here. # ##################################################### ## Can be commented out if causes errors, see notes above. Options +FollowSymLinks # # mod_rewrite in use RewriteEngine On ########## Begin - Rewrite rules to block out some common exploits ## If you experience problems on your site block out the operations listed below ## This attempts to block the most common type of exploit `attempts` to Joomla! # ## Deny access to extension xml files (uncomment out to activate) #<Files ~ "\.xml$"> #Order allow,deny #Deny from all #Satisfy all #</Files> ## End of deny access to extension xml files RewriteCond %{QUERY_STRING} mosConfig_[a-zA-Z_]{1,21}(=|\%3D) [OR] # Block out any script trying to base64_encode crap to send via URL RewriteCond %{QUERY_STRING} base64_encode.*\(.*\) [OR] # Block out any script that includes a <script> tag in URL RewriteCond %{QUERY_STRING} (\<|%3C).*script.*(\>|%3E) [NC,OR] # Block out any script trying to set a PHP GLOBALS variable via URL RewriteCond %{QUERY_STRING} GLOBALS(=|\[|\%[0-9A-Z]{0,2}) [OR] # Block out any script trying to modify a _REQUEST variable via URL RewriteCond %{QUERY_STRING} _REQUEST(=|\[|\%[0-9A-Z]{0,2}) # Send all blocked request to homepage with 403 Forbidden error! RewriteRule ^(.*)$ index.php [F,L] # ########## End - Rewrite rules to block out some common exploits # Uncomment following line if your webserver's URL # is not directly related to physical file paths. # Update Your Joomla! Directory (just / for root) # RewriteBase / ########## Begin - Joomla! core SEF Section # RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_URI} !^/index.php RewriteCond %{REQUEST_URI} (/|\.php|\.html|\.htm|\.feed|\.pdf|\.raw|/[^.]*)$ [NC] RewriteRule (.*) index.php RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L] # ########## End - Joomla! core SEF Section
Re: Gtranslate Pro not working
Mar 29, 2011 10:21 am by Edvard
OK, did you specify a custom error page if the file doesn't exist? For example if I go to http://www.riogaldo.it/gtranslate/aaaaaaaaaa and http://www.riogaldo.it/gtranslate/translate.php?lang=en I get to your main page, since http://www.riogaldo.it/gtranslate/aaaaaaaaaa doesn't exist I expect it to show some error code. May be translate.php file isn't uploaded into gtranslate folder?
Re: Gtranslate Pro not working
Mar 29, 2011 10:25 am by mlhc
OK, did you specify a custom error page if the file doesn't exist? For example if I go to http://www.riogaldo.it/gtranslate/aaaaaaaaaa and http://www.riogaldo.it/gtranslate/translate.php?lang=en I get to your main page, since http://www.riogaldo.it/gtranslate/aaaaaaaaaa doesn't exist I expect it to show some error code. May be translate.php file isn't uploaded into gtranslate folder? Translate.php is uploded....... see in www.riogaldo.it i can not change the lenguage
Re: Gtranslate Pro not working
Mar 29, 2011 10:29 am by Edvard
OK, good, I can see that rewrite works. The translation isn't made because you don't have an appropriate certificate, so your host can verify google translator server. Please find the cURL log attached: * About to connect() to http://www.googleapis.com port 443 (#0) * Trying 74.125.43.95... * connected * Connected to http://www.googleapis.com (74.125.43.95) port 443 (#0) * SSL certificate problem, verify that the CA cert is OK. Details: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed * Closing connection #0 Please fix this issue.
Re: Gtranslate Pro not working
Mar 29, 2011 3:01 pm by mlhc
where can I verify that the SSL certificate that I installed works?
Re: Gtranslate Pro not working
Mar 30, 2011 9:38 am by Edvard
After it is configured correctly, you will be able to see the translations. It is not the SSL server certificate, it is just Certificate Authority (CA). With it your host verifies the other party.

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
Instragram and Gtranslate...!!!!Dec 19, 2018 11:18 amReplies: 1Post by: zackfernandes

Try GTranslate with a free 15 day trial