Actions
Bug #81262
closedlinkhandler does not handle links if not logged in
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Site Handling, Site Sets & Routing
Target version:
-
Start date:
2017-05-18
Due date:
% Done:
0%
Estimated time:
0.20 h
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
A link like
t3://record?identifier=tx_news&uid=1
can not be resolved if not logged in.
I could trace this error down do DatabasRecordLinkBuilder line 35:
$linkHandlerConfiguration = $tsfe->pagesTSconfig['TCEMAIN.']['linkHandler.'];
pageTSconfig is empty.
$tsfe->getPagesTSconfig()['TCEMAIN.']['linkHandler.'];
would fix this.
Updated by Harald Krischner over 7 years ago
- Project changed from 9 to TYPO3 Core
- TYPO3 Version set to 7
Updated by Georg Ringer about 7 years ago
- Related to Bug #82293: Centralize getPagesTSconfig methods added
Updated by Susanne Moog about 7 years ago
- Is duplicate of Bug #80883: Illegal string offset 'TCEMAIN.' in typo3/sysext/frontend/Classes/Typolink/DatabaseRecordLinkBuilder.php line 34 added
Updated by Susanne Moog about 7 years ago
- Category changed from Content Rendering to Site Handling, Site Sets & Routing
- Status changed from New to Resolved
Actions