Project

General

Profile

Actions

Bug #66972

closed

ext_autoload.php not loaded anymore

Added by Tizian Schmidlin about 9 years ago. Updated almost 9 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
System/Bootstrap/Configuration
Target version:
Start date:
2015-05-15
Due date:
% Done:

0%

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

Description

Hello there,

there seems to be an issue regarding ext_autoload.php in TYPO3 6.2.

It doesn't matter what way I define my ext_autoload.php, when trying to instantiate an object from my extension (which is an oldschool extension partially ported to TYPO3 6.2), the class name cannot be resolved.

<?php
$extensionClassesPath = t3lib_extMgm::extPath('xy') . 'lib/';

return array(
'ux_xy_xclass' => $extensionClassesPath . 'class.ux_xy_xclass.php'
);

Also I could'nt find a cached version of all autoloads.

Best Regards
Tizian

Actions

Also available in: Atom PDF