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
Updated by Oliver Bartsch over 3 years ago
- Related to Task #94193: Deprecate "relativeToCurrentScript" in FAL API added
Updated by Gerrit Code Review over 3 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/69675
Updated by Oliver Bartsch over 3 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 0d38ced6278c4135737a3ba6491629c7be72cde0.
Actions