Actions
Bug #94449
closedTypoScriptFrontendController triggers deprecation log entry
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Frontend
Target version:
-
Start date:
2021-06-30
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
TypoScriptFrontendController calls $storage->getPublicUrl() with the second argument set. As this is deprecated since #94193, a deprecation log entry is triggered.
[NOTICE] request="0adcffe1d21d4" component="TYPO3.CMS.deprecations": Core: Error handler (FE): TYPO3 Deprecation Notice: FAL API usage with "getPublicUrl" returning a relative path will be removed in TYPO3 v12.0. in /var/www/html/typo3/sysext/core/Classes/Resource/ResourceStorage.php line 1370
Actions