Actions
Bug #93656
closedFixing folder structure: Permission on fileadmin/_temp_ are already ok
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Install Tool
Target version:
-
Start date:
2021-03-05
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When trying to fix the folder structure, I get an exception:
[ TYPO3\CMS\Install\FolderStructure\Exception ] Permission on /var/www/site/htdocs/fileadmin/_temp_ are already ok
The actual permissions are:
$ ls -lah fileadmin/_temp_/ drwxrwsr-x 2 root root 4.0K Mar 3 11:43 .
PHP is running as user
www-data
, not as root.
Actions