Actions
Bug #53298
closedInstaller - file and folder permissions detection
Start date:
2013-11-04
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.4
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
I´ve setup the new 6.2 beta on a debian squeeze with php 5.4.20.
The installtool generates typo3temp folder with permissions like drwxrws but my system relies on suPHP and needs 644 / 755 drwxr-sr-x settings. I could imagine that this can also be true on several other systems.
I think it would make sense to have the ability to change this behavior in initial-installtool or it should determine the rights handling on it´s own or at least give advice to change [BE][fileCreateMask] and [BE][folderCreateMask].
Cheers
David
Updated by Ernesto Baschny over 10 years ago
- Status changed from New to Closed
- Target version set to 6.2.0
This was fixed in #52668. New defaults are 0664 and 2775.
Actions