Bug #54032
closedDeprecation Error in Core Modules
0%
Description
28-11-13 14:13: TYPO3\CMS\Core\Utility\GeneralUtility::loadTCA() - since 6.1, will be removed two versions later - require(ypo3/init.php),ypo3/ajax.php#56
// TYPO3\CMS\Core\Core\Bootstrap->loadExtensionTables#69
// TYPO3\CMS\Core\Utility\ExtensionManagementUtility::loadExtTables#867
// TYPO3\CMS\Core\Cache\Frontend\PhpFrontend->requireOnce#1709 // TYPO3\CMS\Core\Cache\Backend\SimpleFileBackend->requireOnce#82
// require_once(ode/cache_core/ext_tables_4174c218637220432c7f9023266a7a314885b245.php),ypo3/sysext/core/Classes/Cache/Backend/SimpleFileBackend.php#362
// TYPO3\CMS\Core\Utility\GeneralUtility::loadTCA#5382
// TYPO3\CMS\Core\Utility\GeneralUtility::logDeprecatedFunction#3841 (ypo3/sysext/core/Classes/Utility/GeneralUtility.php#3839)
Deprecation log gets flodded witht this entry. I use version 6.1.6 now and this error showed up also in version 6.1.5.
PLUS: The log writes 'ypo3' insted of typo3 - this part should be a no brainer.
Updated by Markus Klein almost 11 years ago
- Status changed from New to Needs Feedback
Hi Ralle!
This is not a Core bug. The deprecated call happens in one of the ext_tables files of your extensions.
Look at ext_tables_4174c218637220432c7f9023266a7a314885b245.php line 5382
And the 'ypo3' "bug" is by far not a no-brainer. I wrote this patch back then and I spent quite some time to figure out it is not trivial to find out the correct path for the deprecation log function.
Updated by Ralle Büchnitz almost 11 years ago
Thank you for the quick answer.
I looked up in the log file and found out its part of the 'socialshareprivacy'-extension.
(Beside a lot more extensions who use loadTCA.)
I will report this to the author.
Ticket can be closed.
Updated by Wouter Wolters almost 11 years ago
- Status changed from Needs Feedback to Closed