[TYPO3-dev] ext_autoload.php not used

Francois Suter fsu-lists at cobweb.ch
Wed Mar 3 22:35:49 CET 2010


Hi,

> my ext_autoload.php looks exactyl like this. The return of the array
> never happens, i checked it with my debugger (for other extensions it
> does). Does the extension have to register somewhere, that there is an
> ext_autoload.php? I looked for that in the scheduler ext, but couldn't
> find anything.

The autoloader has nothing to do with the scheduler, it's a Core 
feature. It's just that the scheduler expects to be able to use it, it 
won't load any classes itself. So maybe you can try to call up your 
class in some other test script, just to see if the autoloader see it. 
Normally, there's nothing else to do, an ext_autoload.php file should be 
automatically detected.

HTH

-- 

Francois Suter
Cobweb Development Sarl - http://www.cobweb.ch




More information about the TYPO3-dev mailing list