Actions
Bug #95469
closedRevert #95066
Start date:
2021-10-04
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The proposed and merged solution of #95066 has some undetected flaws:
- array unpacking fails if the array is associative (happens with SU mode, see https://github.com/TYPO3/typo3/blob/master/typo3/sysext/core/Classes/Error/ErrorHandler.php#L254)
- assumes all required arguments for sprintf() are available
Since both cases cannot be solved in a clean way it's better to revert the original patch and fix only the original issue.
Updated by Andreas Kienast about 3 years ago
- Related to Task #95066: Undefined array key error in DataHandler error log added
Updated by Gerrit Code Review about 3 years ago
- Status changed from In Progress 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/+/71357
Updated by Gerrit Code Review about 3 years ago
Patch set 2 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/+/71357
Updated by Andreas Fernandez about 3 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 168a50dd5d8cad2b3362625a55b876cb89bec891.
Actions