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

stefano cecere scecere at krur.com
Tue Feb 19 16:23:00 CET 2008


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->renderWizard'; 
$GLOBALS['TCA']['pages']['columns']['starttime']['config']['wizards']['calendar']['evalValue'] = 'date'; $GLOBALS['TCA']['pages']['columns']['endtime']['config']['wizards']['calendar']['type'] = 
'userFunc'; $GLOBALS['TCA']['pages']['columns']['endtime']['config']['wizards']['calendar']['userFunc'] = 'EXT:date2cal/class.tx_date2cal_wizard.php:tx_date2cal_wizard->renderWizard'; 
$GLOBALS['TCA']['pages']['columns']['endtime']['config']['wizards']['calendar']['evalValue'] = 'date'; $GLOBALS['...

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

nobody having this issue?

PHP 5.2.4

stefano


Dmitry Dulepov [typo3] wrote:
> Hi!
> 
> This patch is committed. Thanks, Steffen, for great work!
> 
> Steffen Kamper wrote:
>> This is a SVN patch request.
>>
>> Branches: Trunk only
>>
>> BT reference: http://bugs.typo3.org/view.php?id=7425
>>
>> Type: Bugfix
>>
>> Problem:
>>
>> if extensions ext_localconf.php or ext_tables.php misses php endtag, 
>> there is a syntax error in temp_CACHE*.php because they are merged 
>> together, and then such a construct leads to the syntax error:
>>
>> <?php
>> ...
>> <?php
> 


More information about the TYPO3-team-core mailing list