Actions
Bug #54148
closedClear all caches not working properly
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Caching
Target version:
-
Start date:
2013-12-02
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.4
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Hi,
I already had problems with the cache during installation (see http://forge.typo3.org/issues/54015) - but I wasn't sure if I really deleted all caches.
Now I am developing extension codes, and still have lots of problems with cache, reproducable now.
- Change Extension Code -> Clear all caches -> Still old code in error log
Only rm -r typo3temp/* helps
- "clear all caches" crashes sometimes, then I can't even load the typo3 login page, Error log tells me: Backend Classes missing, so rm -r typo3temp/* again
If you give me a hint where to look or where to debug, I can dig deeper, currently I am using the rm -r every 15 minutes...
Actions