Bug #57099
closedClear caches in Backend don't show updated FlexForm Labels
0%
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?
Updated by Rémy DANIEL over 10 years ago
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.
Updated by Riccardo De Contardi over 9 years ago
- 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/
Updated by Stephan Großberndt over 9 years ago
For more information on the existing caches in TYPO3 CMS 6.2:
http://blog.reelworx.at/detail/typo3-cms-clear-cache-buttons-explained/