Project

General

Profile

Actions

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.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2014-03-20
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

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?

Actions #1

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.

Actions #2

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/

Actions #3

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/

Actions

Also available in: Atom PDF