Actions
Bug #22593
closedNotice: undefined index & constant in t3lib_div.php & t3lib_error_errorhandler.php
Start date:
2010-05-05
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Undefined index $systemLog & undefined constant TYPO3_ERRORHANDLER_MODE is shown by using php_page_content Extension. The notice come from class.t3lib_div.php and class.t3lib_error_errorhandler.php.
Notice: Undefined index: systemLog in typo3_src-4.3.3/t3lib/class.t3lib_div.php on line 5410
Notice: Use of undefined constant TYPO3_ERRORHANDLER_MODE - assumed 'TYPO3_ERRORHANDLER_MODE' in typo3_src-4.3.3/t3lib/error/class.t3lib_error_errorhandler.php on line 147
(issue imported from #M14312)
Files
Updated by Martin over 14 years ago
v2 is working. I forgot some single quotation mark.
Actions