Project

General

Profile

Actions

Bug #13525

closed

TSFE hook corrupts page output

Added by Dmitry Dulepov over 13 years ago. Updated over 10 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Workspaces
Target version:
-
Start date:
2011-03-02
Due date:
% Done:

0%

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

Description

The hook_eofe() inside Workspaces extension uses "echo" to send additional content. This corrupts HTML on the page.

Nobody in TYPO3 can use "echo" for output. All new content must be appended to $GLOBALS['TSFE']->content.

See corresponding bug report in Mantis: http://bugs.typo3.org/view.php?id=17800


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #25807: TSFE hook corrupts page output when use previewlinkClosed2011-04-06

Actions
Actions #1

Updated by Dmitry Dulepov over 13 years ago

Actions #2

Updated by Tolleiv Nietsch over 13 years ago

  • Status changed from New to Closed

Absolutely right - see: #13446 - will be committed soon ;)

Actions #3

Updated by Michael Stucki over 10 years ago

  • Category changed from Bugs to Workspaces
Actions #4

Updated by Michael Stucki over 10 years ago

  • Project changed from 624 to TYPO3 Core
  • Category changed from Workspaces to Workspaces
Actions

Also available in: Atom PDF