Actions
Bug #64882
closedopen_basedir restriction in effect
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2015-02-05
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
5.5
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Stabilization Sprint
Description
When trying to upgrade my 7.0 install to master I get this when browsing http://www.domain.tld/typo3/sysext/install/Start/Install.php?install[action]=allConfiguration&install[context]=standalone&install[controller]=tool
#1: PHP Warning: is_file(): open_basedir restriction in effect. File(/path/to/webroot/..) is not within the allowed path(s): (/path/to/webroot/:/path/to/dedicated/tmp/:/path/to/typo3share/:/usr/bin:/tmp) in /path/to/typo3share/master/typo3/sysext/install/Classes/Service/EnableFileService.php line 187
Updated by Christian Kuhn almost 10 years ago
Good catch. This is a side effect of patch for #63340
Updated by Gerrit Code Review almost 10 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/36680
Updated by Gerrit Code Review almost 10 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/36680
Updated by Tymoteusz Motylewski almost 10 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 9a516b55a0324683254daf90e7649c0bb261a5d3.
Actions