Bug #40356
Task #40095: Move core to namespaces
Class autoloader fails for non-core extbase extensions
Status: | Closed | Start date: | 2012-08-28 | |
---|---|---|---|---|
Priority: | Should have | Due date: | ||
Assigned To: | - | % Done: | 100% |
|
Category: | - | Spent time: | - | |
Target version: | - | |||
TYPO3 Version: | 6.0 | Is Regression: | ||
PHP Version: | Sprint Focus: | |||
Complexity: |
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 oftypo3conf/ext/foo/Classes/Controller/BazController.php
History
#1 Updated by Gerrit Code Review almost 3 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
#2 Updated by Christian Kuhn almost 3 years ago
- Parent task set to #40095
#3 Updated by Gerrit Code Review almost 3 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/14169
#4 Updated by Thomas Maroschik almost 3 years ago
- Status changed from Under Review to Closed
- % Done changed from 0 to 100
That issue has already been resolved by #40339