[TYPO3-mvc] Caching Problem
Benno Weinzierl
benno_weinzierl at web.de
Wed Jul 1 14:37:58 CEST 2009
Hello,
the Problem is the same with the Blogexample in our installation.
Is it possible that the reason is the installed
rlmp_tmplselector-Textension? Its the only difference to a clean
Typo3-Installation.
As soon as the Plugin is in the cache-table the content is not displayed any
more - regardless of the controller configuration. I verified that by
installing the abz_developer Extensions wich cleans the cache-tables on
every request. After installing the extension the problem was gone.
Not even the cObj->getObjectSingle() is called with the USER_INT
konfiguration (if the backend-session is not present).
Benno
"Jochen Rau" <jochen.rau at typoplanet.de> schrieb im Newsbeitrag
news:mailman.1.1246397002.22250.typo3-project-typo3v4mvc at lists.netfielders.de...
> Hi.
>
> Unfortunately I was not able to reproduce this issue. I tried the follwing
> configuration of the Blog Example (and set no_cache = 0; cleared cache):
>
> Tx_Extbase_Utility_Plugin::registerPlugin(
> 'BlogExample',
> 'Pi1',
> 'A Blog Example',
> array('Blog' => 'index', 'Post' => 'index'),
> array('Blog' => 'index', 'Post' => 'index')
> );
>
> Did I miss something?
>
> Regards
> Jochen
>
>
> Xavier Perseguers wrote:
>> 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.
>>
>
> --
> Every nit picked is a bug fixed
>
More information about the TYPO3-project-typo3v4mvc
mailing list