Bug #42010
closedExtension manager should clear code cache when installing extensions
100%
Description
When installing/uninstalling extensions, code cache should be cleared because it contains obsolete information. For example, do this:
- Uninstall Help>About extension in the EM
- Clear all caches manually
- Install Help>About extension
- Go to Help>About module (refresh BE if you do not see it on the left - another bug is reported about it already!)
- See the exception: "#1289386765: Could not analyse class:Tx_About_ViewHelpers_SkinImageViewHelper maybe not loaded or no autoloader?"
- Clear all cache
- Go to Help>About again - now works as expected
Updated by Dmitry Dulepov about 12 years ago
Btw, I know about "clearcacheonload" but it is different. It was more related to FE caching (pages, TS cache, etc). EM should always clear code cache when installing extensions. Earlier we had code cache as typo3conf/temp_CACHED_* only and it was always cleared. Now we need to clear the new code cache.
Updated by Christian Kuhn almost 12 years ago
- Status changed from New to Closed
- Target version set to 6.0.1
- % Done changed from 0 to 100
- PHP Version set to 5.3
solved with #43381