Project

General

Profile

Actions

Bug #40356

closed

Task #40095: Move core to namespaces

Class autoloader fails for non-core extbase extensions

Added by Martin Helmich over 11 years ago. Updated over 11 years ago.

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

100%

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

Description

When trying to autoload a class named Tx_Foo_Controller_BazController, the TYPO3 class autoloader tries to include the file:

typo3conf/ext/foo/Classes/Controller.php instead of
typo3conf/ext/foo/Classes/Controller/BazController.php

Actions #1

Updated by Gerrit Code Review over 11 years ago

  • Status changed from New to Under Review

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

Actions #2

Updated by Christian Kuhn over 11 years ago

  • Parent task set to #40095
Actions #3

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/14169

Actions #4

Updated by Thomas Maroschik over 11 years ago

  • Status changed from Under Review to Closed
  • % Done changed from 0 to 100

That issue has already been resolved by #40339

Actions

Also available in: Atom PDF