All the cases are fine - have double checked. staffprofiles is exactly the same as default and default works fine.
Matthew Weier O'Phinney-3 wrote: > > -- Waigani <[EMAIL PROTECTED]> wrote > (on Thursday, 14 June 2007, 02:26 PM -0700): >> >> getControllerDirectory() returns: >> >> Array ( [default] => ./modules/default/controllers [staffprofiles] => >> ./modules/staffprofiles/controllers ); >> >> The front controller recognises 'staffprofiles' as a module, 'demog' as a >> controller and 'add' as an action. It just can't find the >> demogController.php file?? That is really weird. > > Rename it to DemogController.php and have it contain DemogController. > Note the case. > > -- View this message in context: http://www.nabble.com/quite-a-module-error%3A-file-was-not-found-tf3920323s16154.html#a11132770 Sent from the Zend Framework mailing list archive at Nabble.com.
