Actions
Bug #46156
closed$GLOBALS['TCA'] is empty in enrichWithRelationFields
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Miscellaneous
Target version:
-
Start date:
2013-03-10
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.1
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Hello Core-Team,
I got following Warning in current GIT-Version of the TYPO3-Core
PHP Warning: Invalid argument supplied for foreach() in /Applications/MAMP/htdocs/typo3_src/typo3/sysext/core/Classes/Utility/RootlineUtility.php line 238
I checked it with xDebug and found out that $GLOBALS['TCA'] is empty.
t3lib_div::loadTCA() doesn't work anymore (deprecated)
Any ideas?
Stefan
Actions