Actions
Bug #98230
closedrecycler: PHP Warning: Undefined array key "cruser_id"
Start date:
2022-08-30
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
8.1
Tags:
Complexity:
easy
Is Regression:
Sprint Focus:
Description
Problem¶
- Upgraded a TYPO3 version from 10 to 11.5 LTS
- deleted some superfluous backend users (also admins)
- while removing some as deleted marked records a delete action via the recycler module throws an exception
Error Message¶
Core: Exception handler (WEB): Uncaught TYPO3 Exception: #1476107295: PHP Warning: Undefined array key "cruser_id" in /var/www/html/vendor/typo3/cms-recycler/Classes/Controller/RecyclerAjaxController.php line 191 | TYPO3\CMS\Core\Error\Exception thrown in file /var/www/html/vendor/typo3/cms-core/Classes/Error/ErrorHandler.php in line 137. Requested URL: https://myproject.docker/typo3/ajax/recycler?token=--AnonymizedToken--&action=getDeletedRecords&depth=999&startUid=1&table=tx_sessionplaner_domain_model_session&filterTxt=&start=0&limit=25
Updated by Oliver Hader about 2 years ago
side-note: cruser_id
has been dropped in v12, RecyclerAjaxController
has been adjusted accordingly to take data from history
Updated by Gerrit Code Review about 2 years ago
- Status changed from Accepted to Under Review
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/+/75627
Updated by Gerrit Code Review about 2 years ago
Patch set 2 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/+/75627
Updated by Gerrit Code Review about 2 years ago
Patch set 3 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/+/75627
Updated by Georg Ringer about 2 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 5e63517d300de61f14cdea3ff6c14b63f8582a97.
Actions