[TYPO3-mvc] Autoloader and Cache

Steffen Kamper info at sk-typo3.de
Fri Jul 31 11:07:31 CEST 2009


Steffen Kamper schrieb:
> Hi Jochen,
> 
> i've seen you fixed the autoloader issue, many thx!
> But now BE login is not possible:
> Class 'Tx_MvcExtjsSamples_Utility_Module' not found
> I've to look for the changes ...
> 
> 

solved: autoloader now uses a registry file like the core autoloader (or 
better core autoloader is used)

We had a statement in our extension:
Tx_MvcExtjsSamples_Utility_Module::registerModule
(for BEdispatcher)

Now we need a registry file in our extension to register 
Tx_MvcExtjsSamples_Utility_Module for autoloader.

vg Steffen


More information about the TYPO3-project-typo3v4mvc mailing list