[TYPO3-mvc] Caching Problem

Xavier Perseguers typo3 at perseguers.ch
Tue Jul 7 22:05:02 CEST 2009


Hi,

>>> If you put your Tx_Extbase_Utility_Plugin::registerPlugin() - 
>>> Function in
>>> the ext_localconf.php everything is working nice.
>>
>> I can confirm that USER and USER_INT plugins seems now to work (don't 
>> want to be too positive until it works for a while :D). How strange!
> 
> Just wanted to confirm that after a few days I can positively confirm 
> that it now works as expected.

Just wanted to add something. We have to use 
Tx_Extbase_Utility_Plugin::registerPlugin() in ext_localconf.php for the 
cache to work as expected but we still need to have it in ext_tables.php 
in order to get the plugin available in BE.

@Jochen: can you do something about this? For instance keep the old way 
of having to use two different method calls in order for a plugin to be 
registered? One in ext_tables.php for registering it and one in 
ext_localconf.php to update the tt_content TypoScript.

-- 
Xavier Perseguers
http://xavier.perseguers.ch/en

One contribution a day keeps the fork away


More information about the TYPO3-project-typo3v4mvc mailing list