[TYPO3-dev] processDatamapClass issue
    Brian Bendtsen 
    bb at bellevuevej.dk
       
    Thu Jun 19 16:02:22 CEST 2008
    
    
  
Dmitry Dulepov [typo3] skrev:
> Hi!
> 
> Brian Bendtsen wrote:
>> I have played around with the devLog extension, I have inserted:
>>
>> t3lib_div::devLog('ext_localconf.php is called','wk_league',0);
>>
>> into the ext_localconf.php but nothing is logged.
> 
> Yes, it will not be logged. ext_localconf.php is loaded only once, then 
> it is cached and cached copy is used. So any of your changes will not 
> appear until you clear configuration cache in BE.
> 
>> I have inserted it into the class.tx_wkleague_ttnewsPid.php like so:
>>
>> function processDatamap_postProcessFieldArray($status, $table, $id, 
>> &$fieldArray, &$tcemain) {
>>         t3lib_div::devLog('postProcessFieldArray is 
>> called','wk_league',0);
>>     }
>>
>> - but nothing gets logged.
> 
> I think it is because you did not clear configuration cache.
> 
I have cleared it multiple times and I have deleted the tmp files in 
typo3conf
/Brian
    
    
More information about the TYPO3-dev
mailing list