Project

General

Profile

Actions

Bug #28003

closed

unit tests for filebackend fail with "The directory "vfs://Foo/Cache/Data/SomeCache/" is not writable."

Added by Philipp Gampe almost 13 years ago. Updated about 10 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
Tests
Target version:
-
Start date:
2011-07-08
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.6
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

I have those already since quite a while.

yum info php (fedora 15)

Name        : php
Arch        : x86_64
Version     : 5.3.6
Release     : 2.fc15

phpunit from svn r49620 (last change r48987)
typo3 master as of today: 5ee2ea6a237ca01872e0c19c5401edc33c29de26

If I change lines 62-63:

        \vfsStreamWrapper::register();
        \vfsStreamWrapper::setRoot(new \vfsStreamDirectory('Foo'));

to
        vfsStream::setup('Foo', 777);

I get the message:

The directory "vfs://Foo/Cache/Data/SomeCache/" can not be created.

Thats where I got stuck now :(


Files

phpinfo.html (65.3 KB) phpinfo.html My PHP settings Philipp Gampe, 2012-05-17 23:57
localconf.php (14.1 KB) localconf.php My localconf.php, normal test env Philipp Gampe, 2012-05-17 23:57
Actions

Also available in: Atom PDF