Bonjour,
je viens de finir le tutoriel Zend_Auth de Rob Allen. Et j'ai essayé de l'adapter à un autre tutoriel zend de gestion d'album. J'ai un petit problème de registre visiblement, puisque lorsque j'essaye de me logger j'ai ce message:
Voila est-ce que quelqu'un a une idée.Fatal error: Uncaught exception 'Zend_Exception' with message 'No entry is registered for key 'dbAdapter'' in D:\Programmes sans installation\ZendFramework-1.5.2\library\Zend\Registry.php:145 Stack trace: #0 C:\xampp\htdocs\tutoriel-zf\application\controllers\AuthController.php(36): Zend_Registry::get('dbAdapter') #1 D:\Programmes sans installation\ZendFramework-1.5.2\library\Zend\Controller\Action.php(502): AuthController->loginAction() #2 D:\Programmes sans installation\ZendFramework-1.5.2\library\Zend\Controller\Dispatcher\Standard.php(293): Zend_Controller_Action->dispatch('loginAction') #3 D:\Programmes sans installation\ZendFramework-1.5.2\library\Zend\Controller\Front.php(914): Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http)) #4 C:\xampp\htdocs\tutoriel-zf\index.php(30): Zend_Controller_Front->dispatch() #5 {main} thrown in D:\Programmes sans installation\ZendFramework-1.5.2\library\Zend\Registry.php on line 145
Merci d'avance
Partager