Bug #95538
closedProductionExceptionHandler logs multiple undefined key warnings
100%
Description
On fatal errors in the Frontend, four undefined array key warnings are getting logged.
This happened when the Composer autoload file wasn't up to date, resulting in the error page showing up.
Core: Error handler (BE): PHP Warning: Undefined array key "BE_USER" in /typo3/sysext/core/Classes/Error/ProductionExceptionHandler.php line 110
Core: Error handler (BE): PHP Warning: Undefined array key "BE_USER" in /typo3/sysext/core/Classes/Error/ProductionExceptionHandler.php line 110
Core: Error handler (BE): PHP Warning: Undefined array key "BE_USER" in /typo3/sysext/core/Classes/Error/ProductionExceptionHandler.php line 110
Core: Error handler (BE): PHP Warning: Undefined array key "BE_USER" in /typo3/sysext/core/Classes/Error/AbstractExceptionHandler.php line 199
These warnings should be fixed.
Updated by Gerrit Code Review about 3 years ago
- Status changed from New 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/+/71505
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/+/71505
Updated by Gerrit Code Review about 3 years ago
Patch set 3 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/+/71505
Updated by Gerrit Code Review about 3 years ago
Patch set 4 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/+/71505
Updated by Gerrit Code Review about 3 years ago
Patch set 5 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/+/71505
Updated by Gerrit Code Review about 3 years ago
Patch set 6 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/+/71505
Updated by Robert Kärner about 3 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 09c651a08de0ac7fb51e72a20168da400cc371bb.