[TYPO3-core] RFC: Bugfix #7425: syntax error in temp_CACHE*.php: ERROR

Jeff Segars jsegars at alumni.rice.edu
Tue Feb 19 16:41:58 CET 2008


stefano cecere wrote:
>  BIG ERRORS when going to trunk version 3229 (ie: when this patch is
>  applied):

>  i get all frames filled with :
>  $GLOBALS['tx_date2cal_init'] = true;
>  t3lib_div::loadTCA('tx_rtehtmlarea_acronym');
>  t3lib_div::loadTCA('tx_gv_vendite');
>  t3lib_div::loadTCA('static_taxes');
>  t3lib_div::loadTCA('sys_template');
>  t3lib_div::loadTCA('pages_language_overlay');
> t3lib_div::loadTCA('fe_users'); t3lib_div::loadTCA('tt_content');
> t3lib_div::loadTCA('sys_workspace'); t3lib_div::loadTCA('be_users');
>  t3lib_div::loadTCA('pages');

> $GLOBALS['TCA']['pages']['columns']['starttime']['config']['wizards'][
>  'calendar']['type'] = 'userFunc';

> $GLOBALS['TCA']['pages']['columns']['starttime']['config']['wizards'][
>  'calendar']['userFunc'] =

> 'EXT:date2cal/class.tx_date2cal_wizard.php:tx_date2cal_wizard->renderW
>  izard';

> $GLOBALS['TCA']['pages']['columns']['starttime']['config']['wizards'][
>  'calendar']['evalValue'] = 'date';

> $GLOBALS['TCA']['pages']['columns']['endtime']['config']['wizards']['c
>  alendar']['type'] = 'userFunc';

> $GLOBALS['TCA']['pages']['columns']['endtime']['config']['wizards']['c
>  alendar']['userFunc'] =

> 'EXT:date2cal/class.tx_date2cal_wizard.php:tx_date2cal_wizard->renderW
>  izard';

> $GLOBALS['TCA']['pages']['columns']['endtime']['config']['wizards']['c
>  alendar']['evalValue'] = 'date'; $GLOBALS['...

>  i cleared all caches.. verything..
>  the only way is to go back to 3228

>  nobody having this issue?

Same problem here. Date2ACal does some unique stuff so I expect that
is the problem.  I'll look into it and see what I can figure out.




More information about the TYPO3-team-core mailing list