Actions
Bug #87503
closedEpic #83968: PSR-11 Initiative
ErrorPageController relies on an available PackageManager
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
System/Bootstrap/Configuration
Target version:
Start date:
2019-01-21
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When the ProductionExceptionHandler is used and an exception occures before the PackageManager has been initialized, the method ExtensionManagementUtility::extPath()
can not be used, as it relies on the PackageManager to retrieve a packages path.
As ErrorPageController
needs to be able to handle exception during early bootstrap it should bypass ExtensionManagementUtility
/PackageManager
to be always able to retrieve paths for required core extensions like core
and backend
.
Actions