Bug #52578
Install process removes permission
Status: | Resolved | Start date: | 2013-10-07 | |
---|---|---|---|---|
Priority: | Must have | Due date: | ||
Assigned To: | Christian Kuhn | % Done: | 0% |
|
Category: | Install Tool | Spent time: | - | |
Target version: | 6.2.0 | |||
TYPO3 Version: | 6.2 | Is Regression: | No | |
PHP Version: | 5.3 | Sprint Focus: | ||
Complexity: |
Description
The initial server error reads like this:
Forbidden
You don't have permission to access /typo3/sysext/install/Start/Install.php on this server.
The permission to the document root folder is modified and thus TYPO3 is currently locking out itself during the install process.
Looks like $GLOBALS['TYPO3_CONF_VARS']['BE']['folderCreateMask'] is used as targetPermission...
So, either leave out the root node or find a way to determine the correct permission.
In my case I get aPermission denied: /.../introduction/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable, referer: http://.../typo3/sysext/install/Start/Install.php
Related issues
History
#1 Updated by Oliver Hader almost 2 years ago
- Status changed from New to Accepted
- Priority changed from Should have to Must have
More stuff... the permissions are checked and modified for each request...
I think there is still room for improvements
#2 Updated by Oliver Hader almost 2 years ago
- Category set to Install Tool
#3 Updated by Ernesto Baschny over 1 year ago
- Status changed from Accepted to Resolved
- Target version set to 6.2.0
Fixed with #52668