[Solved]Pro Installed, Need help plzz !!
Apr 25, 2012 9:42 pm by dino345
Apr 25, 2012 9:42 pm by dino345
Hi Guys,
I followed every step from pro documentation but still it does not work.
The Good thing is - translations are very fast, no queuing problem.
But the problem is, when I click on french flag
French even though I click french translation flag
It does translate instantaneously but the link does not go http://www.domain.com/fr/
It shows French on http://www.domain.com
Here is what I did:
Installed "plg_gtranslate.zip" for Joomla 1.5
Please help me!
Re: Pro Installed, Need help plzz !!
Apr 26, 2012 6:48 am by Yana
Apr 26, 2012 6:48 am by Yana
Hi,
If you have installed third party SEF extension, please check the language options in the settings. Also please check your .htaccess file.
Re: Pro Installed, Need help plzz !!
Apr 26, 2012 3:40 pm by dino345
Apr 26, 2012 3:40 pm by dino345
Could not get it to work. I removed General installation steps as it wasn't needed. Installed pluging / module. Cache 777
cache/en: 777
cache/fr: 777
Site language English in Plugin and Module.
Language Disabled in Sh404SEF
Configuration.php : Live site set without trailing slash "/"
Joomla: 1.5.23
http://i45.tinypic.com/2enoy2x.png
.htaccess file is fine. I have disabled plugin now. Should I provide you login details ?
Re: Pro Installed, Need help plzz !!
Apr 26, 2012 10:35 pm by Yana
Apr 26, 2012 10:35 pm by Yana
Hi,
Please read this topic: translated-page-title-not-showing-t2105.html#:~:text=fix%20for
If you want I can check the settings. Please use the contact form on our homepage to send the info.
Re: Pro Installed, Need help plzz !!
Apr 28, 2012 2:02 am by dino345
Apr 28, 2012 2:02 am by dino345
It still didn't work. Plus I got the error. I have messaged you our login details.
http://i45.tinypic.com/1oqalh.png
Re: Pro Installed, Need help plzz !!
Apr 28, 2012 12:19 pm by dino345
Apr 28, 2012 12:19 pm by dino345
Well, I uninstalled SH404SEF component / plugins but still gTranslate did not work. Now what do I do ?? I have spent over a week on this, have paid for it as well.
I was on /es link which was showing Spanish translation but when I went to the main link without /es the website was still in spanish.
Re: Pro Installed, Need help plzz !!
Apr 28, 2012 1:12 pm by Yana
Apr 28, 2012 1:12 pm by Yana
Dear Dino,
Fixed. I've added the following code in /public_html/plugins/system/shsef.php .
if(class_exists('plgSystemGTranslate')) {
if(preg_match('/^\/en\//', $_SERVER['REQUEST_URI'])) {
// replace en with default language
$session = & JFactory::getSession();
$session->set('glang', 'en');
header('Location: ' . preg_replace('/^\/en\//', '/', $_SERVER['REQUEST_URI']));
exit;
}
// fix for gtranslate
$uri =& JURI::getInstance();
$router =& $mainframe->getRouter();
plgSystemGTranslate::parseGTranslate($router, $uri);
// sh404sef fix
$session = & JFactory::getSession();
$lang = $session->get('glang');
$_SERVER['REQUEST_URI'] = str_replace('/'.$lang.'/', '/', $_SERVER['REQUEST_URI']);
}
Re: Pro Installed, Need help plzz !!
Apr 28, 2012 1:29 pm by dino345
Apr 28, 2012 1:29 pm by dino345
Thank you, I really appreciate it. Will check in a bit
SIMILAR TOPICS
Joomla with 2 languajes already installed | Feb 18, 2018 10:23 pm | Replies: 1 | Post by: boutradelabs |
[SOLVED]double dropdown | Oct 26, 2017 8:26 am | Replies: 3 | Post by: danielesantosubito |
SSL installed - whom to send a certificate? | Aug 12, 2017 8:26 am | Replies: 8 | Post by: Ant_Z |
Google analytics is not installed | Mar 14, 2016 11:36 am | Replies: 5 | Post by: sadashiv |
[SOLVED] NOT WORKING, HELP PLEASE! | Feb 12, 2017 4:53 pm | Replies: 5 | Post by: TSM |