Page 1 of 1

blank page when try to add any language

Posted: Fri Sep 04, 2009 10:48 am
by ostin
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

Re: blank page when try to add any language

Posted: Fri Sep 04, 2009 7:57 pm
by Peciura
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

Posted: Sat Sep 05, 2009 1:47 pm
by ostin
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 :

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'
 ),
);
?>

Re: blank page when try to add any language

Posted: Thu Sep 24, 2009 8:30 pm
by alby
ostin wrote: I tried again, but still not working
Look server logs

ostin 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
'tr_TR' is not a current cmsms language
You can look here

Alby