Bug #66972
closedext_autoload.php not loaded anymore
0%
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
Updated by Stephan Großberndt over 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.
Updated by Riccardo De Contardi over 9 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.