Hi, Here's my situation
I have files such as application/modules/admin/models/infra/SomeThing.php The class for SomeThing.php is Admin_Model_Infra_Something. I have an application/modules/Bootstrap.php file whose class is: Admin_Bootstrap extends Zend_Application_Module_Bootstrap In my controller I'll have $s = new Admin_Model_Infra_Something(); On one server (PHP 5.2.5) everything works great. On another server (PHP 5.2.9) I get Fatal error: Class 'Admin_Model_Infra_Something' not found . Obviously , to get a specific answer I would need to present a lot of information regarding the different environments. So for now I'm wondering if there are any common things to look at. Thanks a lot. -- View this message in context: http://zend-framework-community.634137.n4.nabble.com/Unable-to-load-under-models-from-subdirectories-tp2242445p2242445.html Sent from the Zend Framework mailing list archive at Nabble.com.
