[TYPO3-dev] processDatamapClass issue

Dmitry Dulepov [typo3] dmitry at typo3.org
Thu Jun 19 15:54:04 CEST 2008


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.

-- 
Dmitry Dulepov
E-mail: dmitry at typo3.org
Skype: callto:liels_bugs
TYPO3 technical: http://typo3bloke.net/




More information about the TYPO3-dev mailing list