blank page when try to add any language

This is a FORK of the CMS Made Simple project and is not oficially supported in any way by the CMS Made Simple development team.
Locked
ostin
New Member
New Member
Posts: 9
Joined: Thu May 14, 2009 2:04 pm

blank page when try to add any language

Post 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
Last edited by ostin on Fri Sep 04, 2009 10:55 am, edited 1 time in total.
Peciura

Re: blank page when try to add any language

Post 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.
ostin
New Member
New Member
Posts: 9
Joined: Thu May 14, 2009 2:04 pm

Re: blank page when try to add any language

Post 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'
 ),
);
?>
Last edited by ostin on Sat Sep 05, 2009 1:50 pm, edited 1 time in total.
alby

Re: blank page when try to add any language

Post 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
Locked

Return to “[locked] CMSMS MLE fork”