I've updated to 1.10.0rc1 and my resource autoloader is no longer working:

Fatal error: Class 'Default_Model_Mapper_Blog' not found in
> /Users/hvirgen/Web/projects/virgentech/application/services/Blog.php on line
> 11


That line reads:

$this->_blogMapper = new Default_Model_Mapper_Blog();

My application.ini file has the following lines:

; Autoloader
resources.autoloader.namespace = "Default_"
resources.autoloader.basePath = APPLICATION_PATH

This worked previously with 1.9.6. Do I need to make adjustments to my
application.ini?

I'll dig deeper into the source code for now to see if I can find the
problem.

--
Hector

Reply via email to