[TYPO3-core] FYI: Fixed issue #10614: update the caching framework to the latest version as in FLOW3

Oliver Hader oliver at typo3.org
Tue Mar 10 20:04:04 CET 2009


Hi Steffen,

Steffen Kamper schrieb:
> Hi Ingo,
> 
> as mentioned in the other thread the filecache for BE doesn't work in BE.
> 
> Reason is, that the t3lib_div::mkdir_deep is called with "\" which
> doesn't exist on windows.
> 
> As the dirs are all absolute because the initialisation, they are not
> needed.
> 
> Attached patch works for me, unit tests run without any error.

+1 on reading and testing

The file backend is initialized with the absolute path to the TYPO3
working directory and also used to call t3lib_div::mkdir_deep().

olly
-- 
Oliver Hader
TYPO3 Release Manager 4.3


More information about the TYPO3-team-core mailing list