Actions
Bug #86211
closedFatal error in DebugExceptionHandler
Start date:
2018-09-09
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Given:
- try to install extension "devtools" in its current TER version (check "I know what I'm doing..." dialog)
Expected:
- the extension is not compatible yet, an exception should be visible
Actual:
- an fatal error is thrown, because an array parameter is expected, null is given
Background:
- \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::loadSingleExtLocalconfFiles uses require without method context - thus no argument is available in trace
Actions