Hello,
I am having problems getting Gtranslate Pro to work. My site is at staging.thesunflower.ca. I think maybe the fact that the site is not at the root of the httpdocs folder could be causing the problem, but I’m not sure.
The site is running the latest version of WordPress.
I have managed to get the pages to translate. I just cannot get to a "?language_edit=1" page. When I append that to a page’s URL, it simply re-loads. There’s no difference in the page. I don’t know what I’m supposed to be seeing.
I have the four first services on the server, the my host told me the have ionCube PHP Loader v3.3.20.
> Copy gtranslate folder to your www root (public_html or httpdocs) directory.
Do you mean only the “gtranslate" folder? Or the whole “gtranslate_staging.thesunflower.ca” folder? I have only the gtranslate folder at the root httpdocs folder. I would have thought it went in the plugins folder. No?
I have set the permissions of the cache folder properly.
Can the user ID and password in the config.php file be anything? I have my kids names in there right now. No special characters or spaces.
I have Bing translation turned on. I set the API key.
I have the settings set to jquery. If I set it to Redirect, the translation stops working.
These are the contents of my .htaccess file:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
# 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]
# ENDgtranslate config
</IfModule>
# END WordPress
Help please.
--
Regards,
Alain Paradis
Registered Graphic Designer
Paradis Graphic Design
tel: +1-613-618-2138