Project

General

Profile

Actions

Bug #54032

closed

Deprecation Error in Core Modules

Added by Ralle Büchnitz almost 11 years ago. Updated almost 11 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2013-11-28
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
6.1
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

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.

Actions #1

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.

Actions #2

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.

Actions #3

Updated by Wouter Wolters almost 11 years ago

  • Status changed from Needs Feedback to Closed
Actions

Also available in: Atom PDF