Project

General

Profile

Actions

Bug #95538

closed

ProductionExceptionHandler logs multiple undefined key warnings

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

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Frontend
Target version:
-
Start date:
2021-10-08
Due date:
% Done:

100%

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

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.

Actions

Also available in: Atom PDF