bonjour à toutes et tous,
je suis entrain de suivre un tuto pour bien comprendre le mode de fonctionnement du mvc avec zend framework et je rencontre une erreur que je ne comprends pas. 
tuto: http://www.kitpages.fr/zf_quickIntroduction.html
erreur:
Fatal error: Uncaught exception 'Zend_Controller_Dispatcher_Exception' with message 'Invalid controller specified (N_COURS)' in /var/www/html/DEV_EN_COURS/CYRIL/ZendFramework/library/Zend/Controller/Dispatcher/Standard.php:249 Stack trace: #0 /var/www/html/DEV_EN_COURS/CYRIL/ZendFramework/library/Zend/Controller/Front.php(946): Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http)) #1 /var/www/html/DEV_EN_COURS/CYRIL/index.php(34): Zend_Controller_Front->dispatch() #2 {main} thrown in /var/www/html/DEV_EN_COURS/CYRIL/ZendFramework/library/Zend/Controller/Dispatcher/Standard.php on line 249
voila les constantes de mon index:
define("WEBAPP_DIR","/var/www/DEV_EN_COURS/CYRIL/");
define("MODEL_DIR",WEBAPP_DIR."/PHP-INF/");
define("ROOT_URL","http://0.0.0.0/DEV_EN_COURS/CYRIL/");
define("BASE_URL","/CYRIL/");
define("ZEND_FRAMEWORK_DIR","ZendFramework/library/");
J'ai remarqué que le "N_COURS" qui est présent dans l'exception ce retrouve également dans mes constantes "WEBAPP_DIR" et "ROOT_URL" sous la forme ".../DEV_EN_COURS/...".
merci d'avance pour vos réponses
Partager