Project

General

Profile

Actions

Bug #65832

closed

page title of cached plugin (like news) is lost on partially cached pages

Added by Markus Klein about 9 years ago. Updated about 9 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Frontend
Target version:
-
Start date:
2015-03-18
Due date:
% Done:

0%

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

Description

Having a news detail page, which is fully cached will have the proper page title of the news.

If for some reason the page is not fully cached (eg some *_INT objects are present) then the page title is not correct anymore.
The title of the cached plugin is lost.

To reproduce just add this TS snippet to a fully cached detail page of news:

page.100 = COA_INT
page.100.10 = TEXT
page.100.10.value = test

These methods in the cached plugin all fail to set the title properly:

$GLOBALS['TSFE']->page['title'] = 'New page title';
$GLOBALS['TSFE']->altPageTitle = 'New page title';
$GLOBALS['TSFE']->indexedDocTitle = 'New page title';
$GLOBALS['TSFE']->getPageRenderer()->setTitle('New page title');


Related issues 1 (0 open1 closed)

Is duplicate of TYPO3 Core - Bug #62080: $GLOBALS['TSFE']->page['title'] in USER doesn't work anymore for cached pagesClosedMarkus Klein2014-10-07

Actions
Actions

Also available in: Atom PDF