Bug #17241
closed
output for non-standard language parts is doubled
Added by Bernd Warken over 17 years ago.
Updated over 15 years ago.
Description
I use German as default language (L=0) and English as L=1. The frontend output of the default language is ok, but the output for L=1 is doubled. Only the printable output (type=98) for L=1 is not doubled. The doubling looks quite strange.
I cannot find any fault in my code, so I presume that this is a bug.
(issue imported from #M5493)
Hi Bernd,
you didn't submit much information about your setup. So it's hard to say whether you found a new bug or (what is more probable) you have an error in your setup.
Did you set TS conditions like [globalVar = GP:L = 1]? What did you define / change there?
Try to set "config.uniqueLinkvars = 1"
I tried to use config.uniqueLinkvars, but it didn't help. My setup using config is:
#####
config {
spamProtectEmailAddresses = 2
spamProtectEmailAddresses_atSubst = (at)
doctype = xhtml_trans
xhtmlDoctype = xhtml_trans
xmloprologue = none
metaCharset = utf-8
- RealURL
simulateStaticDocuments = 0
baseURL = http://localhost/typo3/
tx_realurl_enable = 0
prefixLocalAnchors = all
- Default-Sprache
linkVars = L
sys_language_uid = 0
language = de
locale_all = de_DE
htmlTag_langKey = de-DE
sys_language_overlay = 1
uniqueLinkvars = 1
}
- English language, sys_language.uid = 1
[globalVar = GP:L = 1]
config {
sys_language_uid = 1
#sys_language_mode = content_fallback ; 0
language = en
locale_all = en_US
htmlTag_langKey = en-US
}
[global]
#####
Is this one still valid or solved for your setup?
That seems to be done. I rewrote the website, it is now working. You can close this issue.
Also available in: Atom
PDF