Actions
Bug #98106
closedfix for 97939 creates open_basedir restriction for "relative" absolute urls
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2022-08-09
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
fix https://github.com/typo3/typo3/commit/419ff04f53
includeCSS { main = /static/main.css }
creates now a "PHP Warning: file_exists(): open_basedir restriction in effect. File(/static/main.css) is not within the allowed path(s)"
removing the first slash fixes the issue.
-> it "should" work with / at the beginning?
Actions