Project

General

Profile

Actions

Bug #101778

open

Configuration Presets open_basedir

Added by Stephan Bauer 8 months ago. Updated 9 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 #1

Updated by Garvin Hicking 7 months ago

  • Related to Bug #101921: open_basedir restriction in effect. File(/typo3/sysext/form/Resources/Public/Css/form.css) is not within the allowed added
Actions #2

Updated by Gerrit Code Review 7 months ago

  • Status changed from New to Under Review

Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/81474

Actions #3

Updated by Garvin Hicking about 2 months ago

  • Has duplicate Bug #102736: Install Tool Configuration Presets broken for image handling settings with debug mode enabled added
Actions #4

Updated by Reiner Kempkes 9 days ago

I am able to reproduce this issue using TYPO3 v12.4.14 running within an php 8.3 alpine linux docker container with defined open_basedir restriction.

Actions

Also available in: Atom PDF