Bonjour à tous !!

Je dois récupérer un site développé suivant le modèle MVC avec des librairies Zend. Je ne connais pas le modèle MVC, du coup j'ai suivi quelques tutos pour mieux m'y retrouver, mais pas moyen de faire tourner le bouzin, j'ai un message d'erreur que je n'arrives pas à interpréter :

Warning: The magic method __isset() must have public visibility and cannot be static in C:\wamp\www\playtest\library\Zend\Config.php on line 182

Warning: The magic method __unset() must have public visibility and cannot be static in C:\wamp\www\playtest\library\Zend\Config.php on line 194

Fatal error: Uncaught exception 'Zend_Controller_Dispatcher_Exception' with message 'Invalid controller specified (public)' in C:\wamp\www\playtest\library\Zend\Controller\Dispatcher\Standard.php:249 Stack trace: #0 C:\wamp\www\playtest\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\playtest\index.php(44): Zend_Controller_Front->dispatch() #2 {main} thrown in C:\wamp\www\playtest\library\Zend\Controller\Dispatcher\Standard.php on line 249

Le code est exploité sur un serveur et fonctionne très bien. Je pense que j'ai du faire une erreur dans le paramétrage de mon serveur Apache, ou dans la disposition des dossier/fichiers du site .

Les dossiers/fichiers que j'ai récupérés sur le serveur sont placés dans un dossier MonProjet du dossier www d'Apache.

J'ai visité quelques posts et tutos, et je ne parviens pas à savoir ce que j'ai mal fais ...