Actions
Bug #101921
closedopen_basedir restriction in effect. File(/typo3/sysext/form/Resources/Public/Css/form.css) is not within the allowed
Start date:
2023-09-14
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
11
PHP Version:
7.4
Tags:
form
Complexity:
easy
Is Regression:
Sprint Focus:
Description
Thu, 14 Sep 2023 11:58:50 +0200 [WARNING] request="d7afd95472d79" component="TYPO3.CMS.Core.Error.ErrorHandler": Core: Error handler (BE): PHP Warning:
file_exists(): open_basedir restriction in effect. File(/typo3/sysext/form/Resources/Public/Css/form.css) is not within the allowed path(s): (/var/www/projectpath/web:/var/www/projectpath/private:/var/www/projectpath/tmp:/usr/share/php5:/usr/share/php:/tmp:/usr/share/phpmyadmin:/etc/phpmyadmin:/var/lib/phpmyadmin:/dev/random:/dev/urandom) in /var/www/projectpath/web/typo3/sysext/core/Classes/Utility/GeneralUtility.php line 2318
Error ist in function
GeneralUtility::createVersionNumberedFilename
line 2318: $fileExists = file_exists($path);
Actions