Bug #97280
closedRecycler throws exception when deleting records permanently
100%
Description
As of TYPO3 11.5.8 the recycler is throwing an exception when deleting records permanently.
In the deletion process the records are fetched with $liveRecord = BackendUtility::getRecord($table, $uid);
. But getRecord has the $useDeleteClause = true
applied which leads to a null
result as the recycler is working with already deleted records (deleted = 0).
Ultimately the access to the array keys of $liveRecord = null
leads to an exception.
How to reproduce:
In TYPO3 11.5.8 create a content (i. e. in tt_content) and delete this record.
Call the recycler and permanently delete the record.
The AJAX action is cancelled with an error 500.
Files
Updated by Gerrit Code Review over 2 years ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/74154
Updated by Gerrit Code Review over 2 years ago
Patch set 1 for branch 11.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/74136
Updated by Oliver Bartsch over 2 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset e684e0b5b44a6ed95a82fd3f4f843d02ac3c9796.