Bug #52578
closedInstall process removes permission
0%
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
Updated by Oliver Hader about 11 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
Updated by Ernesto Baschny over 10 years ago
- Status changed from Accepted to Resolved
- Target version set to 6.2.0
Fixed with #52668
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed