Hallo Marc,

> > ich bekomme diesen Fehler und finde die Ursache dafür nicht:
> > 
> > #1: PHP Warning: filemtime() [<a
> > href='function.filemtime'>function.filemtime</a>]: stat failed for 
> > {$My.fluidtemplatesDir}standardseite.html in 
> > 
> /.../typo3_src-6.2.5/typo3/sysext/fluid/Classes/View/StandaloneView.ph
> > p
> > line 388...
> > 
> > TYPO3\CMS\Core\Error\Exception thrown in file 
> > 
> /.../typo3_src-6.2.5/typo3/sysext/core/Classes/Error/ErrorHandler.php
> > in line 101.
> > 
> > .....
> 
> Reflection Cache abgeschaltet? Solltest Du immer während der 
> Entwicklung machen, sonst passieren komische Dinge und Du 
> testest alten Code ohne es zu merken...
> 
> Marc


Danke für deinen Hinweis. Meinst du in AdditionalConfiguration.php (TYPO§ 
6.2.5) dieses eintragen:

$GLOBALS['TYPO3_CONF_VARS']['SYS']['caching']['cacheConfigurations']['extbase_reflection']['backend']
 = 't3lib_cache_backend_NullBackend'; 
$GLOBALS['TYPO3_CONF_VARS']['SYS']['caching']['cacheConfigurations']['extbase_object']['backend']
 = 't3lib_cache_backend_NullBackend';   

Eine Änderung hat das aber leider nicht bewirkt.

Die CF_* Tabellen hatte ich "von Hand" schon mehrfach geleert.
Ich denke damit ist auch der Reflection Cache gelöscht, oder irre ich mich da?

Gruß, Johannes.

_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

Antwort per Email an