[TYPO3-english] Language switch error

Simone Paolinelli paolinelli at mediaus.it
Thu May 9 20:17:51 CEST 2013


Hi to all,
during a restylilng of a T3 website the multilang feature has stopped 
working.

The scripts receives correctly the L get params (I dubug it with php 
code) but menu and contents show only the default language.

I have no idea of ​​the cause, the ts config seems correct...


config {
   doctype = xhtml_strict
   xhtmlDoctype = xhtml_11
   xmlprologue = none
   xhtml_cleaning = all
   sys_language_mode = content_fallback
   sys_language_overlay = 1
}

[globalVar = GP:L=0]
config.sys_language_uid = 0
config.language = it
config.locale_all = it_IT
config.metaCharset = utf-8
[globalVar = GP:L=1]
config.sys_language_uid = 1
config.language = en
config.locale_all = en_GB
config.metaCharset = utf-8
[globalVar = GP:L=2]
config.sys_language_uid = 2
config.language = fr
config.locale_all = fr_FR
config.metaCharset = utf-8
[global]

config {
   spamProtectEmailAddresses = 1
   simulateStaticDocuments = 0

   baseURL = http://www.mysite.com/
   tx_realurl_enable = 1
   disablePageExternalUrl = 0
   linkVars = L
}


Can anybody help me with some ideas?
Thanks,
Simone


More information about the TYPO3-english mailing list