[TYPO3-mvc] Non-translated fields do not display

Dimanche Eat dimanche at web-essentials.asia
Tue Nov 15 14:59:55 CET 2011


Hi

I have tried to debug in the TYPO3 core and I found that there is a 
strange problem with a varialbe $GLOBALS['TSFE']->TCAcachedExtras in the 
class "t3lib_pageSelect". If you try to debug it by logging in the TYPO3 
Backend and do not, you will the differences.

I am not 100% clear how this variable does yet, but I have put the code 
below in my ext_tables.php, then it solved my problem.

$GLOBALS['TSFE']->TCAcachedExtras['tx_xxx_domain_model_person']['l10n_mode']['address'] 
= 'exclude';
$GLOBALS['TSFE']->TCAcachedExtras['tx_xxx_domain_model_person']['l10n_mode']['telephone'] 
= 'exclude';
$GLOBALS['TSFE']->TCAcachedExtras['tx_xxx_domain_model_person']['l10n_mode']['photo'] 
= 'exclude';

I am not sure if that is a good solution to do that, but I have to go 
forward at the moment.

If anyone has an idea, I would be glad to see that. Thanks.

Kind regards,
Dimanche


More information about the TYPO3-project-typo3v4mvc mailing list