Project

General

Profile

Actions

Bug #66972

closed

ext_autoload.php not loaded anymore

Added by Tizian Schmidlin almost 9 years ago. Updated over 8 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 #1

Updated by Markus Klein almost 9 years ago

  • Category set to 1499

Are you using 6.2.12?

Actions #2

Updated by Stephan Großberndt almost 9 years ago

  • Status changed from New to Needs Feedback

Using XCLASS is no longer possible in TYPO3 CMS 6.2.

Please check if the problem is only the XCLASS not taken into account or if this is the case for normal classes too.

Actions #3

Updated by Riccardo De Contardi over 8 years ago

  • Status changed from Needs Feedback to Closed

No feedback within the last 90 days => closing this issue.

If you think that this is the wrong decision or experience this issue again, then please write to the mailing list typo3.teams.bugs with issue number and an explanation or open a new ticket and add a relation to this ticket number.

Actions

Also available in: Atom PDF