Bug #29673
closedCache in typo3temp/Cache/Data/t3lib_l10n not cleared
0%
Description
When clear all cache in the backend the files in
/var/www/connectedcar/latest/htdocs/typo3temp/Cache/Data/t3lib_l10n/
are not deleted.
Tested with Beta2
Updated by Björn Pedersen about 13 years ago
See
http://wiki.typo3.org/TYPO3_4.6 under Backend Development:
Language files: Localization parsing is now cached within typo3temp/Cache/Data/t3lib_l10n. This speeds up TYPO3 but may lead to weird behaviour when you add a new language label in a locallang file and it seems not to "exist" at all. Instead of clearing the aforementioned cache directory, you may add an item in the clear cache menu by adding enabling it in localconf.php:
$GLOBALS['TYPO3_CONF_VARS']['SYS']['lang']['cache']['clear_menu'] = TRUE;
Updated by Chris topher about 13 years ago
- Target version changed from 4.6.0 to 4.6.1
Updated by Chris topher almost 13 years ago
- Target version changed from 4.6.1 to 4.6.2
Updated by Susanne Moog almost 13 years ago
- Status changed from New to Needs Feedback
Could you please retest that with a stable 4.6? Clear all caches should instantiate and clear all defined caches.
Updated by Lorenz Ulrich over 12 years ago
I can confirm that Clear all chaches clears all caches.
Updated by Oliver Hader over 11 years ago
- Status changed from Needs Feedback to Closed
Was solved in issue #32600