[TYPO3-50-general] $objectConfigurationsCache is never cleared?

Robert Lemke robert at typo3.org
Mon Jul 6 11:06:17 CEST 2009


Hi Helmut,

On 05.07.2009, at 11:54, Helmut Hummel wrote:

> I just checked out and tested the trunk version (rev 2685) of FLOW3.
> Cool stuff ;)
>
> Hoever I countered a little problem after kickstarting a new package,
> like proposed in the welcome package. All went well so far, besides I
> got a 404 whe trying to access the new package in production mode.
>
> When I switch to development mode, everything works fine, when I  
> switch
> back to production: 404

We should point that out more clearly in the documentation: (code)  
caches
are never cleared automatically in production context, that's why I
recently changed the default context of the command line script to  
"development".

With the latest revisions (including packaged 1.0.0 alpha2) you should,
by default, be able to kickstart a package and access its controller
right away (because everything's dev context).

> After clearing/updating the cache[1] everything went fine again.

You should be able to flush the production caches with:

./flow3 -production cache flush

Cheers,
robert



More information about the TYPO3-project-5_0-general mailing list