Bug #81740
closedtemp directory name shouldn't be hardcoded in ClearCacheService
0%
Description
As the name of the temp directory can be configured (f.e.
$GLOBALS['TYPO3_CONF_VARS']['SYS']['caching']['cacheConfigurations']['cache_core']['options']['cacheDirectory'] = 'typo3temp_local';
), the name "typo3temp" shouldn't be hardcoded in the ClearCacheService Line 42 (TYPO3 7.6 Line 56).
Updated by Marco Huber over 7 years ago
Some more information can be found on https://github.com/TYPO3-Console/typo3_console/issues/522
Updated by Riccardo De Contardi over 6 years ago
- Related to Feature #69975: Make typo3temp-path configurable added
Updated by Gerrit Code Review over 6 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/57651
Updated by Markus Klein over 6 years ago
- Status changed from Under Review to Needs Feedback
As explained in the linked ticket of typo3_console, the two-level approach is to do a best-guess and erase caches based on the known default configuration for the edge case the actual configuration is no loadable. As second level the caches are flushed according to the configuration.
So please explain in more detail, why this does not work for you.
Updated by Riccardo De Contardi about 6 years ago
- Status changed from Needs Feedback to Closed
No feedback since the last 90 days => closing this issue.
If you think that this is the wrong decision or experience the issue again and have more information about how to reproduce your problem, please reopen it or open a new issue with a reference to this one.
Thank you and best regards