Bug #96342
closedNumerous PHP 8.0 warnings in EditDocumentController
100%
Description
On a live system with TYPO3 11 and PHP 8.0, a number of PHP warnings are logged at the same time:
PHP Warning: Trying to access array offset on value of type bool in /typo3/sysext/backend/Classes/Controller/EditDocumentController.php line 1391 PHP Warning: Trying to access array offset on value of type bool in /typo3/sysext/backend/Classes/Controller/EditDocumentController.php line 1364 PHP Warning: Trying to access array offset on value of type bool in /typo3/sysext/backend/Classes/Controller/EditDocumentController.php line 1363 PHP Warning: Trying to access array offset on value of type null in /typo3/sysext/backend/Classes/Controller/EditDocumentController.php line 1300 PHP Warning: Undefined array key '' in /typo3/sysext/backend/Classes/Controller/EditDocumentController.php line 1300 PHP Warning: Trying to access array offset on value of type bool in /typo3/sysext/backend/Classes/Controller/EditDocumentController.php line 1300 PHP Warning: Trying to access array offset on value of type bool in /typo3/sysext/backend/Classes/Controller/EditDocumentController.php line 1299 PHP Warning: Trying to access array offset on value of type bool in /typo3/sysext/backend/Classes/Controller/EditDocumentController.php line 1299
I cannot pinpoint exactly when this happens, but it's always caused by a non-admin user, so it might be related to restricted access to certain pages/content elements.
Updated by Gerrit Code Review almost 3 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/+/72638
Updated by Gerrit Code Review almost 3 years ago
Patch set 2 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/+/72638
Updated by Gerrit Code Review almost 3 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/+/72589
Updated by Robert Kärner almost 3 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 5281b26c49adf95631752b52169355e6a76a3a69.