Project

General

Profile

Actions

Bug #15685

closed

Page External URL ends in an error

Added by Adrian Fischer about 18 years ago. Updated almost 18 years ago.

Status:
Closed
Priority:
Should have
Category:
Communication
Target version:
-
Start date:
2006-02-20
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.0
PHP Version:
4
Tags:
Complexity:
Is Regression:
Sprint Focus:

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)


Related issues 1 (0 open1 closed)

Is duplicate of TYPO3 Core - Bug #15646: External URL doesn't workClosedWolfgang Klinger2006-02-16

Actions
Actions #1

Updated by Sacha Vorbeck about 18 years ago

is related to: 0002592

Actions #2

Updated by Adrian Fischer about 18 years ago

in fact, it seems to be the same bug as reportet in 0002592

Actions

Also available in: Atom PDF