Bug #88961
closedConfiguring a different cache directory for SimpleFileBackend leads to invalid path
100%
Description
Given the following cache backend option:
'cacheDirectory' => getenv('TYPO3_PATH_APP') . '/var/other'
The resulting path for the cache directory will be:
/path/to/app/var/other//cache/cache-identifier/
This in turn leads to created directories without fixed file permissions, because the file permission change method checks for a valid path.
Updated by Gerrit Code Review over 5 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/61499
Updated by Gerrit Code Review over 5 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/61499
Updated by Gerrit Code Review over 5 years ago
Patch set 1 for branch 9.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/+/61533
Updated by Helmut Hummel over 5 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset f571016b6f6aa3f5cfd1735a2beadfc6a5aacdde.
Updated by Gerrit Code Review about 5 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/61745
Updated by Gerrit Code Review about 5 years ago
Patch set 2 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/61745
Updated by Anja Leichsenring about 5 years ago
- Status changed from Under Review to Resolved
Applied in changeset 8876a3225d468943427c95715515ed21208bf5fd.