Bug #98106
closedfix for 97939 creates open_basedir restriction for "relative" absolute urls
100%
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?
Updated by Benni Mack over 2 years ago
- Related to Bug #97939: Version number is not added to filename of backend assets added
Updated by Gerrit Code Review over 2 years 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/+/75412
Updated by Gerrit Code Review over 2 years ago
Patch set 1 for branch 11.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/75368
Updated by Gerrit Code Review over 2 years ago
Patch set 1 for branch 10.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/75369
Updated by Gerrit Code Review over 2 years ago
Patch set 2 for branch 10.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/75369
Updated by Benni Mack over 2 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset e30a9e99f73113fa5c137fec60ed8afc73906d68.
Updated by Gerrit Code Review over 2 years ago
- Status changed from Resolved to Under Review
Patch set 3 for branch 10.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/75369
Updated by Benni Mack over 2 years ago
- Status changed from Under Review to Resolved
Applied in changeset 56fb16033a9cb064a86163d5ea5f4fa6d457ec8b.
Updated by Lina Wolf over 2 years ago
It seems like this change solves the problem only in the frontend.
After upgrading to 11.5.14 I had the described problem both in frond-end (in a homemade Middleware) and backend (in the backend modules of apache-solr-for-typo3/solr:11.5.0-rc-1).
After applying the patch from the change the problem in the frondend was solved, however not the one in the backend.
Updated by Lina Wolf over 2 years ago
- Related to Bug #98152: PHP Warning: file_exists(): open_basedir restriction in effect. added
Updated by Gerrit Code Review over 2 years ago
- Status changed from Resolved 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/+/75477
Updated by Oliver Hader over 2 years ago
- Status changed from Under Review to Resolved
Updated by Georg Ringer about 2 years ago
- Related to Bug #98111: Open Basedir restriction in effect! GeneralUtility.php line 2309 added