[TYPO3-mvc] Question regarding usage of Tx_Extbase_Domain_Model_FrontendUser
Joerg Schoppet
joerg at schoppet.de
Mon Aug 17 10:43:36 CEST 2009
Hi,
I found one possible problem causing this:
In Tx_Extbase_Persistence_Mapper_DataMap::initialize() the function
t3lib_div::loadTCA() is used.
Regarding to the doc-comments of this function it is only usefull in BE
and in FE $GLOBALS['TSFE']->includeTCA() should be used.
After I changed it to $GLOBALS['TSFE']->includeTCA() the
$TCA['fe_users']['columns']['usergroup']['foreign_class'] is correctly
set, but then I get other errors :-(
Joerg
More information about the TYPO3-project-typo3v4mvc
mailing list