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
Updated by Mathias Schreiber almost 10 years ago
- Status changed from Accepted to Needs Feedback
- Assignee changed from Helmut Hummel to Mathias Schreiber
is this still the case?
Updated by Helmut Hummel almost 10 years ago
- Status changed from Needs Feedback to Closed
Mathias Schreiber wrote:
is this still the case?
I have no idea ;)
I'll close this now. Will be solved anyway in case we get full composer support at some point …
Actions