[TYPO3-mvc] Caching Problem

Xavier Perseguers typo3 at perseguers.ch
Sun Jun 28 11:49:40 CEST 2009


Hi,

> I created two extbase-extensions.
> 
> Both are on different pages within a website. All actions are registered 
> as USER_INT (second array of registerPlugin()).
> 
> The first (standard) action of each extension displays correct, but when 
> I click on a link to view the second action only for the first extension,
> which I try, it is working, if I click on a link to view the second 
> action of the second extension it displays nothing.
> 
> With "nothing" I mean, that the "normal" page is displayed, but the 
> place, where the extension-output should be is empty.

I have a similar problem I experience for quite some time now. But my 
plugin are registered as USER, not USER_INT. (*1st array* of 
registerPlugin())

When I clear the cache, I get my content:

<!--TYPO3SEARCH_begin--><div id="c83" class="csc-default"><img 
src="typo3temp/pics/Statisticsb8a4bc15f399ad2422feca8d4b4de3ca.png" 
alt="Statistics for XYZ" /></div><!--TYPO3SEARCH_end-->

And then my page is well displayed when I show another page and come 
back (w/o clearing the cache again). But after a day, when the cache is 
automatically from oldness, content is empty:

<!--TYPO3SEARCH_begin--><div id="c83" 
class="csc-default"></div><!--TYPO3SEARCH_end-->

When I manually clear the cache, it's OK again for a day...

Any hint?

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

One contribution a day keeps the fork away


More information about the TYPO3-project-typo3v4mvc mailing list