Actions
Bug #37097
closedcalling t3lib_div in any module produces HTTP 500 error?
Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2012-05-11
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.7
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Hello, im running Php 5.3.13, MySQL 5.1.63, typo3 4.7
When i try to call t3lib_div, for example t3lib_div::debug('aaa') in any module, i get an HTTP 500 error from the server
what could be wrong?
Updated by Markus Klein over 12 years ago
Hi Peter,
please post such questions in the mailing lists.
Only post here, if you identified a bug.
Thanks.
Updated by Steffen Gebert over 12 years ago
- Status changed from New to Needs Feedback
- Priority changed from Must have to Should have
Updated by Andreas Wolf over 12 years ago
- Status changed from Needs Feedback to Rejected
t3lib_div::debug() has been removed in TYPO3 4.7, use t3lib_utility_Debug::debug() instead.
The 500 error is presumably thrown because you have display_errors turned off and the PHP process died after the fatal error from a call to a missing method.
Closing this as it is no bug.
Actions