Bug #15685
closedPage External URL ends in an error
0%
Description
If I create a page from type "External URL" the page is shown and at the end of the page i get the error
Warning: Cannot modify header information - headers already sent by (output started at /home/recont/public_html/typo3/sysext/cms/tslib/index_ts.php:517) in /home/recont/public_html/typo3/sysext/cms/tslib/class.tslib_fe.php on line 2165
In the setup part of the template i've got:
tt_content.menu.20.2 {
1.noBlur = 1
2.noBlur = 1
3.noBlur = 1
4.noBlur = 1
}
config.removeDefaultJS = 1
tt_content.image.20.spaceBelowAbove = 0
tt_content.image.20.noStretchAndMarginCells = 1
tt_content.textpic.20.spaceBelowAbove = 0
tt_content.textpic.20.noStretchAndMarginCells = 1
config.baseURL = http://www.recontest.ch/
config.doctype = xhtml_trans
config.xhtml_cleaning = all
config.htmlTag_langKey = de
config.simulateStaticDocuments = 0
config.tx_realurl_enable = 1
temp.tmenu= HMENU
temp.tmenu{
1 = TMENU
1 {
noBlur = 1
NO {
wrapItemAndSub = <p class="menu">|</p>
}
}
}
page = PAGE
#page.typeNum = 0
page.stylesheet = fileadmin/template/style.css
page.bodyTag = <body>
page.10 = TEMPLATE
page.10 {
template = FILE
template.file = fileadmin/template/index.htm
workOnSubpart = DOCUMENT_BODY
subparts.NAVIG < temp.tmenu
subparts.INHALT < styles.content.get
}
Include static:
cSet stylesheet
content (default)
(issue imported from #M2645)