[Typo3] Again: Hook "contentPostProc-all" in TSFE doesnt affect cached pages

Christoph Singer singer at webagentur72.de
Sat Jun 18 23:27:32 CEST 2005


On 18.06.2005 12:38, Bernhard Kraft wrote:

> Put that:
>
>> in file ext_tables.php of my extension:
>> require_once(t3lib_extMgm::extPath('lexikon').'class.tx_lexikon_tsfeproc.php');
>>
> into ext_localconf.php.
> 

It works! Great! Thanks Bernhard!

> it seems that the ext_tables.php (the cached versions) don't get
> included when a
> page gets outputted from cache.

Is this a bug in Typo3, or is this the expected behaviour? Then the
Tutorial "How to use existing hooks" on typo3.org should be updated and
tell users to put the require_once line into ext_localconf.php instead
of ext_tables.php

Christoph



More information about the TYPO3-english mailing list