Salut,

j'ai un probléme dans l'execution des petits exemples de ZF dans ubuntu.
NB :
* J'ai deja install LAMP qui contient Apache2, MySQL 5.0 et PHP 5 avec success
* j'ai utilise dans mon exemple l'architecture suivant
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
 
/application
    /etc
    /lib
        /Zend
        /(other libraries)
    /usr
        /controllers
        /models
        /views
    /var
        /sessions
        /cache
        /view_compiles
/htdocs
    /images
    /scripts
    /styles
et voici l'erreur que je trouve lors du lancement de mon exemple :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
 
<b>Fatal error</b>:  Uncaught exception 'Zend_Controller_Dispatcher_Exception' with message 'Invalid controller specified (index)' in /var/www/ImageRandom0/application/lib/Zend/Controller/Dispatcher/Standard.php:241
Stack trace:
#0 /var/www/ImageRandom0/application/lib/Zend/Controller/Front.php(934): Zend_Controller_Dispatcher_Standard-&gt;dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http))
#1 /var/www/ImageRandom0/index.php(25): Zend_Controller_Front-&gt;dispatch()
#2 {main}
  thrown in <b>/var/www/ImageRandom0/application/lib/Zend/Controller/Dispatcher/Standard.php</b> on line <b>241</b><br />
SVP si qlq à une proposition

Cordialement