Project

General

Profile

Actions

Bug #54004

closed

Extension checker does not use the autoloader?

Added by Ernesto Baschny over 10 years ago. Updated over 5 years ago.

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

0%

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

Description

Current "master" of tt_news (7e77a47bab70c6247a215bfc6eabd97edb60f64a) does not pass the "Extension Check" in the Install Tool. Although the extension seems to be compatible with 6.2.

The error can be seen in the browser's Network Inspector, when you take a look at the output of the Ajax call that does the check:

( ! ) Fatal error: Class 'tx_ttnews_compatibility' not found in .../tt_news/ext_localconf.php on line 46

Once you fix that by adding a require_once in the ext_localconf, you get:

( ! ) Fatal error: Class 't3lib_treeview' not found in .../tt_news/lib/class.tx_ttnews_categorytree.php on line 43

So not even the core files (at least the old aliases) seems to be available.

Can anyone confirm that, please?


Related issues 3 (0 open3 closed)

Related to TYPO3 Core - Bug #53853: Fatal error: Interface 't3lib_tceformsInlineHook' not found in ...Closed2013-11-22

Actions
Related to TYPO3 Core - Bug #53855: Fatal error: Class 'Tx_Extbase_Utility_Extension' not found in ...typo3conf/ext/.../ext_localconf.phpClosed2013-11-22

Actions
Related to TYPO3 Core - Bug #55029: Class Loader fails if entry in class cache is discardedClosed2014-01-15

Actions
Actions

Also available in: Atom PDF