Feature #4445

setfilepermissions.sh should check if parent directories are accessible

Added by Robert Lemke almost 6 years ago. Updated almost 5 years ago.

Status:Resolved Start date:2009-09-04
Priority:Should have Due date:
Assigned To:Karsten Dambekalns % Done:

100%

Category:Core
Target version:TYPO3 Flow Base Distribution - 1.0 alpha 7
PHP Version: Complexity:
Has patch:

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

Revision b0624509
Added by Karsten Dambekalns over 5 years ago

[+FEATURE] FLOW3 (Core): setfilepermissions.sh now checks the path upwards for accessibility by the webserver user, resolves #4445.

History

#1 Updated by Robert Lemke almost 6 years ago

  • Target version set to 1.0 alpha 4

#2 Updated by Karsten Dambekalns almost 6 years ago

  • Target version deleted (1.0 alpha 4)

#3 Updated by Karsten Dambekalns over 5 years ago

  • Status changed from New to Accepted
  • Assigned To 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.

#4 Updated by Karsten Dambekalns over 5 years ago

  • Target version set to 1.0 alpha 7

#5 Updated by Karsten Dambekalns over 5 years ago

  • Status changed from Accepted to Resolved
  • % Done changed from 0 to 100

Applied in changeset r3456.

Also available in: Atom PDF