Project

General

Profile

Actions

Bug #37097

closed

calling t3lib_div in any module produces HTTP 500 error?

Added by Peter Wechtersbach almost 12 years ago. Updated almost 12 years ago.

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?

Actions #1

Updated by Markus Klein almost 12 years ago

Hi Peter,

please post such questions in the mailing lists.
Only post here, if you identified a bug.

Thanks.

Actions #2

Updated by Steffen Gebert almost 12 years ago

  • Status changed from New to Needs Feedback
  • Priority changed from Must have to Should have
Actions #3

Updated by Andreas Wolf almost 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

Also available in: Atom PDF