[TYPO3-dev] Don't waste time with cache while develop
Steffen Kamper
info at sk-typo3.de
Mon Aug 1 21:43:00 CEST 2011
Hi devs,
you may wonder why cerain things don't work as intended. This is often
because things are more cached now.
Example: if you add a new language label in a locallang file, it doesn't
appear. This is because language parsing is cached. You find it in
typo3temp/llxml
You might clear this manually (just delete the dir) or add an item in
clear cache menu by setting this in localconf.php:
$GLOBALS['TYPO3_CONF_VARS']['SYS']['lang']['cache']['clear_menu'] = TRUE;
Alos you may have autoload problems or others, try to delete this folder:
typo3temp/Cache
I hope it helps ypi not losing time searching for such unwanted
sideeffects ;)
vg Steffen
More information about the TYPO3-dev
mailing list