Project

General

Profile

Actions

Bug #43381

closed

ClassLoader error after installing extension

Added by Oliver Hader over 11 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
Extension Manager
Target version:
Start date:
2012-11-28
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
6.0
PHP Version:
5.3
Tags:
Complexity:
hard
Is Regression:
Sprint Focus:

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.


Related issues 3 (0 open3 closed)

Has duplicate TYPO3 Core - Bug #42010: Extension manager should clear code cache when installing extensionsClosed2012-10-15

Actions
Has duplicate TYPO3 Core - Bug #41300: Exception after uninstalling DBALClosed2012-09-23

Actions
Has duplicate TYPO3 Core - Bug #40596: Fatal error on installation of an extensionClosed2012-09-04

Actions
Actions #1

Updated by Gerrit Code Review over 11 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

Actions #2

Updated by Gerrit Code Review over 11 years ago

Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/16832

Actions #3

Updated by Gerrit Code Review over 11 years ago

Patch set 3 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/16832

Actions #4

Updated by Gerrit Code Review over 11 years ago

Patch set 4 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/16832

Actions #5

Updated by Gerrit Code Review over 11 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

Actions #6

Updated by Oliver Hader over 11 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #7

Updated by Riccardo De Contardi over 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF