[TYPO3-dev] [TYPO3-mvc] Caching Problem
Xavier Perseguers
typo3 at perseguers.ch
Sun Jul 5 18:30:42 CEST 2009
Hi Steffen,
> i think we should make this public. I also wasn't really aware about the
> difference of ext_tables/ext_localconf, but there seems to be a
> difference what to put in which file.
For those of you, readers, who did not read the whole thread in
typo3.projects.typo3v4mvc, some of us found that there was a problem
using FE plugins made with Extbase and Fluid as they were rendered once
after a cache clear but not after that.
In fact, the plugins were not rendered once the content got to the
cache_* tables.
The solution is straightforward, although not "official" if you base
your code on blog_example.
The trick is to add the call to
Tx_Extbase_Utility_Plugin::registerPlugin in file *ext_localconf.php*
(very important) while having call such as t3lib_extMgm::addStaticFile
or t3lib_extMgm::addPiFlexFormValue in file *ext_tables.php*.
Hope this will help other...
--
Xavier Perseguers
http://xavier.perseguers.ch/en
One contribution a day keeps the fork away
More information about the TYPO3-dev
mailing list