Project

General

Profile

Actions

Bug #96342

closed

Numerous PHP 8.0 warnings in EditDocumentController

Added by Robert Kärner almost 3 years ago. Updated about 2 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2021-12-13
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
11
PHP Version:
8.0
Tags:
Complexity:
Is Regression:
Sprint Focus:

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.

Actions #1

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

Actions #2

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

Actions #3

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

Actions #4

Updated by Robert Kärner almost 3 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #5

Updated by Benni Mack about 2 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF