Yes, I know. But what if I also want to prefix the default module? I have already resources.frontController.prefixDefaultModule = true
Daniel Latter wrote: > > Hi, > > You dont need to prefix the default module controllers with "Default_", > try > removing this. > > Thanks > > > > 2009/12/17 Derk <[email protected]> > >> >> I'm trying to set up an application with a modular structure >> >> directory structure: >> >> -application >> - config >> -modules >> - default >> -controllers >> - Default_ErrorController.php >> - admin >> >> And in my application.ini >> resources.frontController.defaultModule = "default" >> resources.frontController.prefixDefaultModule = true >> resources.frontController.moduleDirectory = APPLICATION_PATH "/modules" >> resources.frontController.moduleControllerDirectoryName = "controllers" >> >> >> But I get a fatal error: >> Fatal error: Uncaught exception 'Zend_Controller_Dispatcher_Exception' >> with >> message 'Invalid controller specified (error)' in >> ......\library\Zend\Controller\Dispatcher\Standard.php:242 >> >> What is the right way to set up such a structure? >> >> Regards, >> Derk >> >> -- >> View this message in context: >> http://n4.nabble.com/Setup-of-a-modular-structure-tp965985p965985.html >> Sent from the Zend Framework mailing list archive at Nabble.com. >> > > -- View this message in context: http://n4.nabble.com/Setup-of-a-modular-structure-tp965985p965999.html Sent from the Zend Framework mailing list archive at Nabble.com.
