hey, Please bear with me. Being new to PHP and Zend I couldnt find my error. So I have started afresh with a new sample project. I had correctly connected to Zend until I did a
zf create action add Index zf create action edit Index... But I think I have created them on the wrong folder . I had right clicked on square (projectname)and run the scripts . They were created in ..square/application/views/scripts/index (in the same folder where there is the index.phtml). I have deleted them but Im getting the error message below with URL: http://localhost:8080/ ======================================= Exception information: Message: Action "index" does not exist and was not trapped in __call() Stack trace: #0 C:\mowes_0174\mowes_0174\www\square\library\Zend\Controller\Action.php(515): Zend_Controller_Action->__call('indexAction', Array) #1 C:\mowes_0174\mowes_0174\www\square\library\Zend\Controller\Dispatcher\Standard.php(295): Zend_Controller_Action->dispatch('indexAction') #2 C:\mowes_0174\mowes_0174\www\square\library\Zend\Controller\Front.php(954): Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http)) #3 C:\mowes_0174\mowes_0174\www\square\library\Zend\Application\Bootstrap\Bootstrap.php(97): Zend_Controller_Front->dispatch() #4 C:\mowes_0174\mowes_0174\www\square\library\Zend\Application.php(366): Zend_Application_Bootstrap_Bootstrap->run() #5 C:\mowes_0174\mowes_0174\www\square\public\index.php(26): Zend_Application->run() #6 {main} Request Parameters: array ( 'controller' => 'index', 'action' => 'index', 'module' => 'default', ================================================================ Can someone pls guide a newbie out of this 'trap' Thanks -- View this message in context: http://zend-framework-community.634137.n4.nabble.com/Newbie-Message-Invalid-controller-specified-tp3334842p3340920.html Sent from the Zend Framework mailing list archive at Nabble.com.
