Actions
Bug #54951
closedExtension Manager clears caches too early when installing extensions
Status:
Closed
Priority:
Should have
Assignee:
Category:
Extension Manager
Target version:
Start date:
2014-01-13
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
When an extension requests "clearcacheonload" in ext_emconf.php
the extension manager flushes all caches before the package manager
can activate the new package. This also triggers the classes cache to
be cleared which results in potentially not available classes during this
very request. A quick fix is to move the cache clearing to a later point
but this needs to be fixed properly until the final release of 6.2
Actions