[fw-general] Re: Problems autoloading modules on shared hosting

2010-04-28 Thread shaunsandlin
The solution was so simple! The bootstrap.php file in each of my module root directories started with a lowercase "b" instead of "B". Zend_Application_Resource_Modules is hardcoded to look for /modulepath/Bootstrap.php. Now my modules are loading perfectly. It took so long to figure out becaus

[fw-general] Re: Problems autoloading modules on shared hosting

2010-04-26 Thread shaunsandlin
I modified my setup a bit after doing more research on fixing my issue...(Issue still unresolved!) I have removed the following function from my bootstrap located in the root/application directory protected function _initAutoload() { $loader = new Zend_Application_Module_Autoloader(

[fw-general] Re: Problems autoloading modules on shared hosting

2010-04-24 Thread shaunsandlin
I checked out your Rob's link again (his help has been invaluable in the past), but still come up empty. I did a little modification since I'm using a modules directory instead of putting the ZF standard directories under my application dir. Each module has a standard set of folders under them a