Actions
Bug #64252
closedprefixLocalAnchors broken by call to member function on a non-object
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2015-01-12
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Security fix introduced by #62723 for TypoScriptFrontendController->prefixLocalAnchorsWithScript() seems to be broken under certain circumstances. First requirement: You must not be logged into the backend. Other requiremenst are not clear to me yet (caches, typo3temp to be removed, uncached page, ???) but on single pages (others are working fine) we see:
Fatal error: Call to a member function getUrlToCurrentLocation() on a non-object in /data/www/sites/test12.niekom.de/shared/typo3_src/typo3_src-6.2/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php on line 4379
Actions