Discussion:
No default controller directory registered with front controller
iceangel89
2009-04-28 14:13:32 UTC
Permalink
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.
Cem Derin
2009-04-28 15:32:00 UTC
Permalink
Hi,

The error message says, that you did not specify an controller
_directory_! You can set a controller directory with the
setControllerDirectory-Method of the front controller instance.

Cheers,

Cem
Post by iceangel89
Fatal error: Uncaught exception 'Zend_Application_Bootstrap_Exception' with
message 'No default controller directory registered with front controller
how can i setdefault controller?
Loading...