View Single Post
  #1 (permalink)  
Old 03-31-2008, 10:37 PM
kaancho kaancho is offline
Junior Member
 
Join Date: Mar 2008
Posts: 2
Default zend framework installation doesnt work

Hi all,
I am trying to implement the tutorial at the url below.
Official ZF QuickStart - Zend Framework Wiki

I have set up the directory structure as stated:
QuickStart/
application/
controllers/
views/
scripts/
library/
public/


However, when I try to go to my localhost i get the following error:

Fatal error: Uncaught exception 'Zend_Controller_Dispatcher_Exception' with message 'Invalid controller specified (error)' in library/Zend/Controller/Dispatcher/Standard.php:249 Stack trace: #0 library/Zend/Controller/Front.php(914):
Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http)) #1 library/Zend/Controller/Front.php(223): Zend_Controller_Front->dispatch() #2 application/bootstrap.php(8): Zend_Controller_Front::run('controllers') #3 public/index.php(2): require('/var/www/html/z...') #4 {main} thrown in library/Zend/Controller/Dispatcher/Standard.php on line 249


Any clue as to what I might be doing wrong?
Reply With Quote