Project

General

Profile

Actions

Bug #17241

closed

output for non-standard language parts is doubled

Added by Bernd Warken over 17 years ago. Updated over 15 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Communication
Target version:
-
Start date:
2007-04-25
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.1
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
Sprint Focus:

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)

Actions #1

Updated by Thorsten Kahler over 17 years ago

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?

Actions #2

Updated by Popy no-lastname-given over 17 years ago

Try to set "config.uniqueLinkvars = 1"

Actions #3

Updated by Bernd Warken over 17 years ago

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

  1. RealURL
    simulateStaticDocuments = 0
    baseURL = http://localhost/typo3/
    tx_realurl_enable = 0
    prefixLocalAnchors = all
  1. Default-Sprache
    linkVars = L
    sys_language_uid = 0
    language = de
    locale_all = de_DE
    htmlTag_langKey = de-DE
    sys_language_overlay = 1
uniqueLinkvars = 1
}
  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]

#####

Actions #4

Updated by Christian Kuhn over 15 years ago

Is this one still valid or solved for your setup?

Actions #5

Updated by Bernd Warken over 15 years ago

That seems to be done. I rewrote the website, it is now working. You can close this issue.

Actions

Also available in: Atom PDF