[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 because I

[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] Problems autoloading modules on shared hosting

2010-04-24 Thread shaunsandlin
Hi all, This is working locally on an OSX machine in Eclipse. Does not work when loaded to a Godaddy hosted site. The error I am getting is: Fatal error: Class 'Membership_Form_Login' not found in /home/content/s/h/a/shamik/html/application/modules/membership/views/helpers/UserDoorway.php on

[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