Actions
Bug #88961
closedConfiguring a different cache directory for SimpleFileBackend leads to invalid path
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
-
Target version:
-
Start date:
2019-08-15
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
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.
Actions