Actions
Bug #23444
closedt3lib_error_Exception not available in some cases
Start date:
2010-08-24
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Problem:
The current errorHandler tries to throw an t3lib_error_Exception if e.g. a PHP deprecation error is thrown. In this case the autoloading seems not to be available.
Solution:
Use a simple Exception instead of t3lib_error_Exception.
The following bug seems to be related to this issue:
http://bugs.typo3.org/view.php?id=13745
(issue imported from #M15550)
Files
Actions