Bug #52578

Install process removes permission

Added by Oliver Hader almost 2 years ago. Updated over 1 year ago.

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 a
Permission denied: /.../introduction/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable, referer: http://.../typo3/sysext/install/Start/Install.php


Related issues

related to Core - Task #49162: Rewrite install tool Resolved 2011-10-30
related to Core - Task #52668: Install Tool: Remove permission checking and fixing code ... Resolved 2014-03-26
related to Core - Bug #53037: Install Tool: Folder structure is too strict Closed 2013-10-22

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

Also available in: Atom PDF