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

Steffen Kamper info at sk-typo3.de
Sat Mar 14 13:09:26 CET 2009


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
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 10689.diff
Url: http://lists.netfielders.de/pipermail/typo3-team-core/attachments/20090314/8d4fb60f/attachment.txt 


More information about the TYPO3-team-core mailing list