Uncaught exception 'Zend_Controller_Dispatcher_Exception'
Posted
by
saurabh
on Stack Overflow
See other posts from Stack Overflow
or by saurabh
Published on 2010-01-25T06:12:10Z
Indexed on
2011/01/11
10:53 UTC
Read the original article
Hit count: 233
zend-framework
|zend
Hi I am getting the following error on running zendframework .
Fatal error: Uncaught exception 'Zend_Controller_Dispatcher_Exception' with message 'Invalid controller specified (error)' in F:\wamp\www\helloworld\library\Zend\Controller\Dispatcher\Standard.php:245 Stack trace: #0 F:\wamp\www\helloworld\library\Zend\Controller\Front.php(946): Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http)) #1 F:\wamp\www\helloworld\library\Zend\Controller\Front.php(212): Zend_Controller_Front->dispatch() #2 F:\wamp\www\helloworld\web_root\index.php(10): Zend_Controller_Front::run('../application/...') #3 {main} thrown in F:\wamp\www\helloworld\library\Zend\Controller\Dispatcher\Standard.php on line 245
please help me out.
© Stack Overflow or respective owner