Bug #43381
closedClassLoader error after installing extension
100%
Description
When e.g. installing tt_news version 3.4.0 (compatible to TYPO3 CMS 6.0.0) a fatal error will be shown since tt_news uses a class in ext_tables.php that requires the autoloader's registry information.
The following happens on installing an extension:- flushing the caches (including the class loader cache)
- redirecting to list view of extension manager
- triggering shutdown method in ClassLoader
- updating cache if $cacheUpdateRequired is set
This updates the autoloader registry with old data since the extension's ext_autoload.php has not been considered at that time.
The issue is fixed by explicitly calling a new refresh method in the ClassLoader.
Updated by Gerrit Code Review almost 12 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/16832
Updated by Gerrit Code Review almost 12 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/16832
Updated by Gerrit Code Review almost 12 years ago
Patch set 3 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/16832
Updated by Gerrit Code Review almost 12 years ago
Patch set 4 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/16832
Updated by Gerrit Code Review almost 12 years ago
Patch set 1 for branch TYPO3_6-0 has been pushed to the review server.
It is available at http://review.typo3.org/16893
Updated by Oliver Hader almost 12 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset ef426db6ae4fe824c037c8b7100d4258b030bca5.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed