[TYPO3-core] FYI: committed the first unit tests for the updated caching framework (part of #10614)

Steffen Kamper info at sk-typo3.de
Tue Mar 10 19:18:34 CET 2009


Hi Ingo,

Ingo Renner schrieb:
>> i wonder about last errors - on windows there should be no problem a
>> directory
> 
> don't know about the file backend issues...
> Would be nice if you could look into it.
> 
> Ingo
> 

i looked into, and the reason is this:
t3lib_div::mkdir_deep('/', $cacheEntryPath); 
(class.t3lib_cache_backend_filebackend.php, line 173)

This will never work on windows as there is no / as root.
Is this really needed ? $cacheEntryPath is absolute path anyway.

vg Steffen


More information about the TYPO3-team-core mailing list