Project

General

Profile

Actions

Bug #94077

closed

PathUtility.php PHP Warning: is_file(): open_basedir restriction in effect

Added by Wittkiel Gruppe almost 3 years ago. Updated over 2 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:

0%

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

Description

Since #93048 there is a new condition in /core/Classes/Utility/PathUtility.php line 54:

elseif (file_exists(Environment::getPublicPath() . '/' . $targetPath))

This check triggers a warning like:

Core: Exception handler (WEB): Uncaught TYPO3 Exception: #1476107295: PHP Warning: file_exists(): open_basedir restriction in effect. File(/var/www/example.com/web/../typo3conf/ext/dce/Resources/Public/JavaScript/Contrib/codemirror/lib/codemirror.css?1620224059) is not within the allowed path[...]

Easy fix would be to suppress warning with "@file_exists" like in other parts.

Non-composer
TYPO3: 11.2
PHP: 7.4


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Feature #93048: Introduce URL rewrites for Backend linksClosedOliver Bartsch2020-12-10

Actions
Actions

Also available in: Atom PDF