Project

General

Profile

Actions

Bug #101778

open

Configuration Presets open_basedir

Added by Stephan Bauer 9 months ago. Updated 20 days ago.

Status:
Under Review
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2023-08-28
Due date:
% Done:

0%

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

Description

After clicking at 'Settings -> Configuration Presets -> Choose Preset' this error occors:

PHP Warning: file_exists(): open_basedir restriction in effect. File(/usr/local/bin/gm) is not within the allowed path(s): 
(/var/www/vhosts/xxx/:/tmp/:/var/lib/php/sessions) in 
/var/www/vhosts/xxx/httpdocs/typo3-12/typo3_src-12.4.5/typo3/sysext/install/Classes/Configuration/Image/GraphicsMagickPreset.php line 78

After surpressing this error with an '@' I'm getting this error:

PHP Warning: file_exists(): open_basedir restriction in effect. File(/usr/local/bin/identify) is not within the allowed path(s): 
(/var/www/vhosts/xxx/:/tmp/:/var/lib/php/sessions) in 
/var/www/vhosts/xxx/httpdocs/typo3-12/typo3_src-12.4.5/typo3/sysext/install/Classes/Configuration/Image/ImageMagick6Preset.php line 81

After surpressing this error with an '@' also I'm getting only a spinner.


Related issues 2 (2 open0 closed)

Related to TYPO3 Core - Bug #101921: open_basedir restriction in effect. File(/typo3/sysext/form/Resources/Public/Css/form.css) is not within the allowedNeeds Feedback2023-09-14

Actions
Has duplicate TYPO3 Core - Bug #102736: Install Tool Configuration Presets broken for image handling settings with debug mode enabledNewStefan Bürk2024-01-01

Actions
Actions

Also available in: Atom PDF