[TYPO3-english] TYPO3 4.7.6 problem with multilanguage configuration

De Contardi Riccardo Riccardo.DeContardi at bhuman.it
Mon Jan 28 16:56:22 CET 2013


Hello everybody.

I have a "weird" problem with my TYPO3 4.7.6 in a multilanguage
configuration; (one tree etc. )

 

First of all: TS constants:

 

// Language configuration, default
bhsiteconstants{
 languageUid=0
 languageName=it
 languageKey=it_IT
 languageLocale=it_IT.utf8 
}

[globalVar = GP:L = 0]
bhsiteconstants{
 languageUid=0
 languageName=it
 languageKey=it_IT
 languageLocale=it_IT.utf8
}
[global]


// english
[globalVar = GP:L = 1]

bhsiteconstants{
 languageUid=1
 languageName=en
 languageKey=en_GB
 languageLocale=en_GB.utf8
}

[global]

 

 

TS Setup:

 

config{

sys_language_mode = content_fallback; 1,0

sys_language_overlay = hideNonTranslated

                                         

uniqueLinkVars = 1

linkVars := addToList(L)  

  

sys_language_uid = {$bhsiteconstants.languageUid}  

language     = {$bhsiteconstants.languageName}

locale_all     = {$bhsiteconstants.languageLocale}

}

 

I also use sr_language_menu

 

My problem: when I click on "english" to change the language, the link
shows

 

<a href="index.php?id=7&L=1">, correctly 

 

but... it goes to... http://mysite.it/index.php?id=7&L=&id=7
<http://mysite.it/index.php?id=7&L=&id=7>  and I don't know why :S

 

 

I hope the infos are sufficient

Thank you very much for your support and best regards

 

 

Riccardo De Contardi

 

 

--------------------------------------------
Riccardo De Contardi - Web Developer
B Human Srl - www.bhuman.it <http://www.bhuman.it> 
Via Canzio, 15 - 20131 Milano
TEL +39-02-20.23.271 - FAX +39-02-20.240.561
--------------------------------------------

 


**************************************************

Chi riceve il presente messaggio e' tenuto a verificare se lo stesso non gli sia pervenuto per errore. In tal caso e' pregato di avvisare immediatamente il mittente e, tenuto conto delle responsabilita connesse all'indebito utilizzo e/o divulgazione del messaggio e/o delle informazioni in esso contenute, voglia cancellare l'originale e distruggere le varie copie o stampe.

The receiver of this message is required to check if he/she has received it erroneously. If so, the receiver is requested to immediately inform the sender and - in consideration of the responsibilities arising from undue use and/or disclosure of the message and/or the information contained therein - destroy the original message and any copy or printout thereof.




More information about the TYPO3-english mailing list