Feature #4445
setfilepermissions.sh should check if parent directories are accessible
| Status: | Resolved | Start date: | 2009-09-04 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Karsten Dambekalns | % Done: | 100% |
|
| Category: | Core | |||
| Target version: | TYPO3 Flow Base Distribution - 1.0 alpha 7 | |||
| PHP Version: | Complexity: | |||
| Has patch: | ||||
| Votes: | 0 |
Description
A very common grinch is the access rights of parent directories: If FLOW3 is installed in /var/www/foo/bar/FLOW3, all of these directories need to be executable for the command line or web user. If this is not the case, the index.php won't even be able to include the bootsrap script etc.
We could warn the user about this fact while he runs the setfilepermissions script: it should check if all parent directories are also accessible by the given users (if that is possible).
Related issues
| related to TYPO3.Flow - Feature #4279: setfilepermissions.sh should give a hint on from where to... | Resolved | 2009-08-20 |
Associated revisions
[+FEATURE] FLOW3 (Core): setfilepermissions.sh now checks the path upwards for accessibility by the webserver user, resolves #4445.
History
Updated by Robert Lemke over 3 years ago
- Target version set to 1.0 alpha 4
Updated by Karsten Dambekalns over 3 years ago
- Target version deleted (
1.0 alpha 4)
Updated by Karsten Dambekalns over 3 years ago
- Status changed from New to Accepted
- Assignee set to Karsten Dambekalns
It will only check but not change the permissions, this needs to be done by the user as there are multiple ways to give search (execute) permissions as needed.
Updated by Karsten Dambekalns over 3 years ago
- Target version set to 1.0 alpha 7
Updated by Karsten Dambekalns over 3 years ago
- Status changed from Accepted to Resolved
- % Done changed from 0 to 100
Applied in changeset r3456.