Project

General

Profile

Actions

Bug #20179

closed

FileCache doesn't work on windows

Added by Steffen Kamper about 15 years ago. Updated over 13 years ago.

Status:
Closed
Priority:
Must have
Category:
-
Target version:
-
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

10689.diff (1.03 KB) 10689.diff Administrator Admin, 2009-03-15 13:02

Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Bug #20586: t3lib_cache_backend_FileBackend doesn't work on WindowsClosedIngo Renner2009-06-06

Actions
Has duplicate TYPO3 Core - Bug #20165: File backend of caching framework does not work with Microsoft WindowsClosedOliver Hader2009-03-11

Actions
Actions #1

Updated by Steffen Kamper almost 15 years ago

committed to trunk, rev 5568

Actions

Also available in: Atom PDF