Bug #41050
closedcore itself calls deprecated method deprecationLogForOldExtCacheSetting
0%
Description
see:
typo3\sysext\cms\tslib\index_ts.php
line 65
... and fills the deprecation log which the core itself should NOT do.
Updated by Markus Klein about 12 years ago
Simon, are you sure this comes from deprecationLogForOldExtCacheSetting?
The method is @deprecated 6.0, but does not call \TYPO3\CMS\Core\Utility\GeneralUtility::logDeprecatedFunction(), hence there shouldn't be a message.
(I don't remember whether the @deprecated comment is now handled automatically or the logDeprecatedFunction() call is still necessary.)
Updated by Oliver Hader about 12 years ago
- Status changed from New to Needs Feedback
- Priority changed from Must have to Could have
There's no automatic resolving of @deprecated annotations since this would require reflection on every method - the deprecation log has still to be called individually.
For the case Simon mentions, the $GLOBALS['TYPO3_CONF_VARS']['SYS']['extCache']
is defined which is considered as deprecated - thus, remove the setting in the Install Tool or typo3conf/LocalConfiguration.php directly.
Updated by Jigal van Hemert over 11 years ago
- Status changed from Needs Feedback to Closed
Seems to be a configuration error; no feedback for over 90 days. Closed.
Updated by Simon Schaufelberger over 11 years ago
ups, totally lost focus about that one. well i don't care about that and i guess the core is fixed already since the code is always changing.