Hi, I need help in installing Zend Framework. I followed all the steps outlined in the official quickstart but I'm getting the following error: Fatal error: Uncaught exception 'Zend_Controller_Dispatcher_Exception' with message 'Invalid controller specified (index)' in C:\wamp\www\zend\library\Zend\Controller\Dispatcher\Standard.php:249 Stack trace: #0 C:\wamp\www\zend\library\Zend\Controller\Front.php(914): Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http)) #1 C:\wamp\www\zend\bootstrap.php(22): Zend_Controller_Front->dispatch() #2 C:\wamp\www\zend\index.php(2): require('C:\wamp\www\zen...') #3 {main} thrown in C:\wamp\www\zend\library\Zend\Controller\Dispatcher\Standard.php on line 249 Please help me.
Did you create the indexController in the correct area? I think on that tutorial it was done in like: application/controllers/indexController.php