Problem in installing Zend FRamework

Discussion in 'PHP' started by wowla_123, Jun 20, 2008.

  1. #1
    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.
     
    wowla_123, Jun 20, 2008 IP
  2. wowla_123

    wowla_123 Peon

    Messages:
    147
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #2
    somebody please help me.
     
    wowla_123, Jun 25, 2008 IP
  3. chopsticks

    chopsticks Active Member

    Messages:
    565
    Likes Received:
    20
    Best Answers:
    0
    Trophy Points:
    60
    #3
    Did you create the indexController in the correct area? I think on that tutorial it was done in like:

    application/controllers/indexController.php
     
    chopsticks, Jul 2, 2008 IP