Hi I'm trying to use the new autoloaders from ZF 1.12.0 (RC2) but with no success.
In index.php: http://pastie.org/4155178 All I get is a blank page in apache logs there's this error: [Tue Jun 26 16:31:26 2012] [error] [client 127.0.0.1] PHP Fatal error: Uncaught exception 'Zend_Loader_Exception_InvalidArgumentException' with message 'Autoloader class "Zend_Loader_ClassMapAutoloader" not loaded' in /var/www/projects/projp/trunk/library/Zend/Loader/AutoloaderFactory.php:95 Stack trace:\n#0 /var/www/projects/projp/trunk/public/index.php(76): Zend_Loader_AutoloaderFactory::factory(Array) {main} thrown in /var/www/projects/projp/trunk/library/Zend/Loader/AutoloaderFactory.php on line 95, referer: http://projp/ What could be the problem here? TIA holo
