Actions
Bug #40521
closedFatal error in GeneralUtility::logDeprecatedFunction()
Start date:
2012-09-02
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
logDeprecatedFunction() uses DebugUtility::debugTrail(), which might not be available when the deprecated function is called before or while instantiating the autoloader. Therefore, a require_once 'DebugUtility.php'
is required in GeneralUtility.php
.
Actions