i have set up an application using Zend_Tool then make it modular

/application
   /modules
      /default
      /module1
      /module2 ...

in application.ini made abit of change

resources.frontController.modulesdirectory = APPLICATION_PATH "/modules"
resources.frontController.defaultmodule = "default"

but now it says 

Fatal error: Uncaught exception 'Zend_Application_Bootstrap_Exception' with
message 'No default controller directory registered with front controller

how can i setdefault controller?
-- 
View this message in context: 
http://www.nabble.com/No-default-controller-directory-registered-with-front-controller-tp23277936p23277936.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to