[fw-general] No default controller directory registered with front controller

2009-04-28 Thread iceangel89
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 =

Re: [fw-general] No default controller directory registered with front controller

2009-04-28 Thread Cem Derin
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 Fatal error: Uncaught exception 'Zend_Application_Bootstrap_Exception' with message 'No