[TYPO3-core] RFC: #10689: FileCache doesn't work on windows

Steffen Kamper info at sk-typo3.de
Mon Jun 8 00:07:21 CEST 2009


FYI: committed to trunk, rev 5568

vg Steffen

Steffen Kamper schrieb:
> Hi,
> 
> This is an SVN patch request.
> 
> Type: Bug
> 
> Bugtracker reference: http://bugs.typo3.org/view.php?id=10689
> 
> Branches: trunk
> 
> Problem:
> the problem on windows is the t3lib_div::mkdir_deep, which is called 
> with '/' as first parameter.
> This works on Unix/Linus file systems, as they have a slash as root 
> directory.
> 
> On windows the root directory starts with something like C:\
> 
> Solution:
> use empty parameter instead of slash if on windows
> 
> 
> I tested it on linux and windows, works as expected.
> 
> vg Steffen
> 


More information about the TYPO3-team-core mailing list