[TYPO3-mvc] Caching Problem

Xavier Perseguers typo3 at perseguers.ch
Tue Jun 30 19:42:30 CEST 2009


Hi,

>> if you are logged into the Backend this problem does not occure, but 
>> if you reproduce the problem in a second browser (without the 
>> Backend-Session) it is reproducable every time. The Plugin is not 
>> displayed if is is in the cache.
>>
>> To reproduce:
>> 1. open page with plugin in Browser with no Backend-Session => display 
>> korrect
>> 2. reload page => plugin is missing (no content)
>>
>> If you clean the cache you can start at point 1. again

I found another way to reproduce the problem:

Tx_Extbase_Utility_Plugin::registerPlugin(
	'MyExtension',
	'Pi1',
	'Graphs',
	array(
		'Graph' => 'index',
		),
	array(
		'Graph' => 'index',
		)
);

Having the plugin as non cachable makes it appear once and then 
"disappear" => not rendered anymore in output.

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

One contribution a day keeps the fork away


More information about the TYPO3-project-typo3v4mvc mailing list