Post your controller code. You probably just need to definein it.Code:public function indexAction() { }
Hi All
I hv read all of your post abt this solution.. n still i have not found any success.. I m new to zend-framework.. and i have done with this error...
I m using guestbook applicatio through zend manual. and i m facing below error. plz help me how to solve this.
Page not found
Exception information:
Message: Action "index" does not exist and was not trapped in __call()
Stack trace:
#0 D:\webdata\ZendFramework\ZendFramework\quickstart\ library\Zend\Controller\Action.php(515): Zend_Controller_Action->__call('indexAction', Array)
#1 D:\webdata\ZendFramework\ZendFramework\quickstart\ library\Zend\Controller\Dispatcher\Standard.php(28 9): Zend_Controller_Action->dispatch('indexAction')
#2 D:\webdata\ZendFramework\ZendFramework\quickstart\ library\Zend\Controller\Front.php(946): Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http))
#3 D:\webdata\ZendFramework\ZendFramework\quickstart\ library\Zend\Application\Bootstrap\Bootstrap.php(7 7): Zend_Controller_Front->dispatch()
#4 D:\webdata\ZendFramework\ZendFramework\quickstart\ library\Zend\Application.php(358): Zend_Application_Bootstrap_Bootstrap->run()
#5 D:\webdata\ZendFramework\ZendFramework\quickstart\ public\index.php(26): Zend_Application->run()
#6 {main}
Request Parameters:
array (
'controller' => 'guestbook',
'action' => 'index',
'module' => 'default',
)
Thanx in advance
Dharmesh.
Post your controller code. You probably just need to definein it.Code:public function indexAction() { }