blank page when try to add any language
blank page when try to add any language
I'm having a problem with cms MLE le 1,6,3 default language setting does not any problem but when I try to add a language other than page turns blank what can I do about it or how can I solve? thanks
Last edited by ostin on Fri Sep 04, 2009 10:55 am, edited 1 time in total.
Re: blank page when try to add any language
Navigate to "Site Admin » Global Settings » MLE settings" and check if "Show from DEFAULT_LANG if current lang is not ready:" is on.
Re: blank page when try to add any language
I tried again, but still not working that I'm using 3 languages on the site in English German and Turkish when i choose Turkish in admin panel all of the menus disappear
my config_lan.php :
my config_lan.php :
Code: Select all
$hls = array(
'usa' => array(
'locale_cms'=>'en_US',
'block'=>'en',
'parent'=>'en',
'flag'=>'<img src="http://01.areaelektronik.com/uploads/lang/us.png" style="border:0;opacity:1;" alt="English" title="English" />',
'text'=>'English',
'locale'=>'en_US.UTF-8'
),
'trk' => array(
'locale_cms'=>'tr_TR',
'block'=>'tr',
'parent'=>'tr',
'flag'=>'<img src="http://01.areaelektronik.com/uploads/lang/tr.png" style="border:0;opacity:1;" alt="Türkçe (Turkish)" title="Türkçe (Turkish)" />',
'text'=>'Türkçe (Turkish)',
'locale'=>'tr_TR.UTF-8'
),
'ger' => array(
'locale_cms'=>'de_DE',
'block'=>'de',
'parent'=>'de',
'flag'=>'<img src="http://01.areaelektronik.com/uploads/lang/de.png" style="border:0;opacity:1;" alt="Deutsch (German)" title="Deutsch (German)" />',
'text'=>'Deutsch (German)',
'locale'=>'de_DE.UTF-8'
),
);
?>
Last edited by ostin on Sat Sep 05, 2009 1:50 pm, edited 1 time in total.
Re: blank page when try to add any language
Look server logsostin wrote: I tried again, but still not working
'tr_TR' is not a current cmsms languageostin wrote: that I'm using 3 languages on the site in English German and Turkish when i choose Turkish in admin panel all of the menus disappear
You can look here
Alby