Bug #40521
closedFatal error in GeneralUtility::logDeprecatedFunction()
100%
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
.
Updated by Andreas Wolf about 12 years ago
- Subject changed from Fatal error in GenericUtility::logDeprecatedFunction() to Fatal error in GeneralUtility::logDeprecatedFunction()
Updated by Gerrit Code Review about 12 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/14282
Updated by Gerrit Code Review about 12 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/14282
Updated by Gerrit Code Review about 12 years ago
Patch set 3 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/14282
Updated by Anonymous about 12 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 83c7263e7860fc1c936b7033bbd04aecd78ed749.
Updated by Gerrit Code Review about 12 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch TYPO3_4-7 has been pushed to the review server.
It is available at http://review.typo3.org/14914
Updated by Gerrit Code Review about 12 years ago
Patch set 1 for branch TYPO3_4-7 has been pushed to the review server.
It is available at http://review.typo3.org/14922
Updated by Christian Kuhn about 12 years ago
- Status changed from Under Review to Resolved
Applied in changeset e7d7c40e0f5fc226fe5593602c527a9b35487df0.