Actions
Bug #57301
closedUnable to flush l10n translation cache (6.2 rc2)
Start date:
2014-03-25
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.4
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
There is no way to flush the translation cache. "Flush general caches" doesn't flush the translation cache and there is no other button to flush it.
Updated by Georg Ringer over 10 years ago
- Status changed from New to Rejected
it is in the systemcache which you can enable via tsconfig and which is cleared when installing an ext
Updated by Sven Wappler over 10 years ago
But sometimes it is necessary for developer to flush the cache manually!
Updated by Anja Leichsenring over 10 years ago
use the UserTS config option options.clearCache.system = 1 to enable backend users to clear those important caches, but limit the access. In most cases flushing those caches is not nessessary.
Actions