Project

General

Profile

Actions

Bug #105349

open

Error: Reading of site configuration(s) fails because of filesystem permissions

Added by Paul Stoske 13 days ago.

Status:
New
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2024-10-18
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
12
PHP Version:
8.3
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

Hi!

I'm working with a TYPO3 instance hosted on a kubernetes cluster, my site configuration is inside a volume mount. Inside this volume mount exists a folder named "lost+found", owned by root and is not readable for the user inside my docker container, because of the filesystem type "ext4". When I'm trying to access the frontend/backend of the TYPO3 instance, I get the following error:

"Fri, 18 Oct 2024 14:16:10 +0000 [CRITICAL] request="380a25896d040" component="TYPO3.CMS.Core.Error.ProductionExceptionHandler": Core: Exception handler (WEB: BE): UnexpectedValueException, code #0, file /var/www/html/vendor/symfony/finder/Iterator/RecursiveDirectoryIterator.php, line 43: RecursiveDirectoryIterator::__construct(/var/www/html/config/sites/lost+found): Failed to open directory: Permission denied - {"mode":"WEB","application_mode":"BE","exception_class":"UnexpectedValueException","exception_code":0,"file":"/var/www/html/vendor/symfony/finder/Iterator/RecursiveDirectoryIterator.php","line":43,"message":"RecursiveDirectoryIterator::__construct(/var/www/html/config/sites/lost+found): Failed to open directory: Permission denied","request_url":"https://myurl/typo3","exception":null}"

Changing the filesystem type is sadly not an option nor using another user inside the docker container. I've already tried to change the permissions of the "lost+found" folder without any success.

Is there another possible solution? Any help will be appreciated. :)

Thanks in advance!
Paul

No data to display

Actions

Also available in: Atom PDF