Bug #57099
closed
Clear caches in Backend don't show updated FlexForm Labels
Added by Alex Kellner over 10 years ago.
Updated over 9 years ago.
Category:
Backend User Interface
Description
Working with TYPO3 6.2.0beta7
Scenario
I work on an extension and change an existing FlexForm label of the locallang_db.xlf
It doesn't matter if I use the "Flush all caches" (or "Flush Frontend caches") button.
The only way that work is to do a
rm typo3temp/* -Rf
Bug or Feature?
I confirm this, with TYPO3 6.2.0 LTS.
I need to manually flush all caches either from the install tool or directly in typo3temp.
Very annoying.
- Status changed from New to Closed
It is not necessary to remove the whole /typo3temp/ folder to renew the labels; it is sufficient to wipe off /typo3temp/Cache/Data/l10n/
If you don't want to remove it manually, or using the button "Clear all cache" in the Install Tool, you can also use one of the following:
Install tool:
[SYS][clearCacheSystem] = 1
or in USER TSConfig:
options.clearCache.system = 1
They both add a "Flush System Cache" in the dropdown where you have the "Flush Frontend Caches" and "Flush General Caches".
Another method is installing the extension EXT:flush_language_cache which adds another item to the dropdown, which erases only the files in /typo3temp/Cache/Data/l10n/
Also available in: Atom
PDF