Bug #29673
closed
Cache in typo3temp/Cache/Data/t3lib_l10n not cleared
Added by Daniel Poetzinger about 13 years ago.
Updated over 11 years ago.
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
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;
- Target version changed from 4.6.0 to 4.6.1
- Target version changed from 4.6.1 to 4.6.2
- 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.
- Target version deleted (
4.6.2)
I can confirm that Clear all chaches clears all caches.
- Status changed from Needs Feedback to Closed
Also available in: Atom
PDF