Project

General

Profile

Actions

Bug #51732

closed

Permissions Issue in 6.2alpha2 install tool "drwxrws---"

Added by Den Denyer over 10 years ago. Updated about 10 years ago.

Status:
Closed
Priority:
Must have
Category:
Install Tool
Target version:
Start date:
2013-09-04
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.4
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

Installing new site from the master branch (Checked out & updated as of Sept 4th)

Copied dummy files into /www/www.domain.com/* with -pr flag after extracting from dummy tar with -xzvf to preserve permissions.

Permissions:
www.domain.com/ 755 drwxr-xr-x
./typo3conf 755 drwxr-xr-x
./typo3temp 755 drwxr-xr-x
./uploads 755 drwxr-xr-x
./fileadmin 755 drwxr-xr-x

Load installer in web browser, on step one no issues reported, APC installed and working, etc. Press "Next".

Permissions have now been changed automatically, breaking web access:

www.domain.com/ 750 drwxrsx---
./typo3conf 750 drwxrsx---
./typo3temp 750 drwxrsx---
./uploads 750 drwxrsx---
./fileadmin 750 drwxrsx---

Manually correcting this with :

find . -type d -exec chmod 755 {} + && find . -type f -exec chmod 644 {} +

Allows me to continue, but this doesn't seem right at all.

I checked out 6.1 HEAD and this works fine, so the issue is definitely introduced in 6.2.x. Soee also had the same issue, reported on the forums here: http://forum.typo3.org/index.php?t=msg&th=198004&#msg_693834

I checked with my host, Apache is running as the same user the files have as their "group" name, but public read/execute is required for them to be served. I believe this is fairly standard for apache configurations, so do not thing that drwxrsx--- is a sane thing to be changing filemodes to ?

Hope this helps, please contact me if you need any more information.


Files


Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Bug #53298: Installer - file and folder permissions detectionClosed2013-11-04

Actions
Related to TYPO3 Core - Bug #52016: wrong recommendations for typo3temp permissionClosed2013-09-15

Actions
Actions

Also available in: Atom PDF