Actions
Bug #72117
closedTYPO3\CMS\Core\Error\AbstractExceptionHandler::handleException() can not handle PHP 7 Errors
Status:
Closed
Priority:
Must have
Assignee:
Category:
-
Target version:
Start date:
2015-12-09
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
7.0
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
PHP 7 native Errors seem to create a Fatal Error.
I installed powermail 2.19.0 and now get the following error (both in FE and BE):
Fatal error: Uncaught TypeError: Argument 1 passed to TYPO3\CMS\Core\Error\AbstractExceptionHandler::handleException() must be an instance of Exception, instance of Error given in .../typo3_src-7.6.0/typo3/sysext/core/Classes/Error/AbstractExceptionHandler.php:36 Stack trace: #0 [internal function]: TYPO3\CMS\Core\Error\AbstractExceptionHandler->handleException(Object(Error)) #1 {main} thrown in .../typo3_src-7.6.0/typo3/sysext/core/Classes/Error/AbstractExceptionHandler.php on line 36
Actions