Actions
Bug #20179
closedFileCache doesn't work on windows
Start date:
2009-03-14
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
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
(issue imported from #M10689)
Files
Actions