Consultez la FAQ sur le ZF avant de poster une question
Vous n'êtes pas identifié.
Pages: 1
Je viens de basculer mon application Zend de la 1.8beta à la 1.8 finale.
Cependant mon application ne fonctionne plus et je me retrouve avec l'erreur suivante :
Notice: Zend_Loader::Zend_Loader::registerAutoload is deprecated as of 1.8.0 and will be removed with 2.0.0; use Zend_Loader_Autoloader instead in C:\wamp\www\CentreDeLavage\library\Zend\Loader.php on line 207 Notice: Zend_Loader::Zend_Loader::autoload is deprecated as of 1.8.0 and will be removed with 2.0.0; use Zend_Loader_Autoloader instead in C:\wamp\www\CentreDeLavage\library\Zend\Loader.php on line 186 Notice: Zend_Loader::Zend_Loader::autoload is deprecated as of 1.8.0 and will be removed with 2.0.0; use Zend_Loader_Autoloader instead in C:\wamp\www\CentreDeLavage\library\Zend\Loader.php on line 186 Notice: Zend_Loader::Zend_Loader::autoload is deprecated as of 1.8.0 and will be removed with 2.0.0; use Zend_Loader_Autoloader instead in C:\wamp\www\CentreDeLavage\library\Zend\Loader.php on line 186 Notice: Zend_Loader::Zend_Loader::autoload is deprecated as of 1.8.0 and will be removed with 2.0.0; use Zend_Loader_Autoloader instead in C:\wamp\www\CentreDeLavage\library\Zend\Loader.php on line 186 Notice: Zend_Loader::Zend_Loader::autoload is deprecated as of 1.8.0 and will be removed with 2.0.0; use Zend_Loader_Autoloader instead in C:\wamp\www\CentreDeLavage\library\Zend\Loader.php on line 186 Notice: Zend_Loader::Zend_Loader::autoload is deprecated as of 1.8.0 and will be removed with 2.0.0; use Zend_Loader_Autoloader instead in C:\wamp\www\CentreDeLavage\library\Zend\Loader.php on line 186 Notice: Zend_Loader::Zend_Loader::autoload is deprecated as of 1.8.0 and will be removed with 2.0.0; use Zend_Loader_Autoloader instead in C:\wamp\www\CentreDeLavage\library\Zend\Loader.php on line 186 Notice: Zend_Loader::Zend_Loader::autoload is deprecated as of 1.8.0 and will be removed with 2.0.0; use Zend_Loader_Autoloader instead in C:\wamp\www\CentreDeLavage\library\Zend\Loader.php on line 186 Notice: Zend_Loader::Zend_Loader::autoload is deprecated as of 1.8.0 and will be removed with 2.0.0; use Zend_Loader_Autoloader instead in C:\wamp\www\CentreDeLavage\library\Zend\Loader.php on line 186 Notice: Zend_Loader::Zend_Loader::autoload is deprecated as of 1.8.0 and will be removed with 2.0.0; use Zend_Loader_Autoloader instead in C:\wamp\www\CentreDeLavage\library\Zend\Loader.php on line 186 Notice: Zend_Loader::Zend_Loader::autoload is deprecated as of 1.8.0 and will be removed with 2.0.0; use Zend_Loader_Autoloader instead in C:\wamp\www\CentreDeLavage\library\Zend\Loader.php on line 186 Notice: Zend_Loader::Zend_Loader::autoload is deprecated as of 1.8.0 and will be removed with 2.0.0; use Zend_Loader_Autoloader instead in C:\wamp\www\CentreDeLavage\library\Zend\Loader.php on line 186 Notice: Zend_Loader::Zend_Loader::autoload is deprecated as of 1.8.0 and will be removed with 2.0.0; use Zend_Loader_Autoloader instead in C:\wamp\www\CentreDeLavage\library\Zend\Loader.php on line 186 Notice: Zend_Loader::Zend_Loader::autoload is deprecated as of 1.8.0 and will be removed with 2.0.0; use Zend_Loader_Autoloader instead in C:\wamp\www\CentreDeLavage\library\Zend\Loader.php on line 186 Notice: Zend_Loader::Zend_Loader::autoload is deprecated as of 1.8.0 and will be removed with 2.0.0; use Zend_Loader_Autoloader instead in C:\wamp\www\CentreDeLavage\library\Zend\Loader.php on line 186 An exception occured while bootstrapping the application. Session must be started before any output has been sent to the browser; output started in C:\wamp\www\CentreDeLavage\library\Zend\Loader.php/207 Stack Trace: #0 C:\wamp\www\CentreDeLavage\library\Zend\Session\Namespace.php(124): Zend_Session::start(true) #1 C:\wamp\www\CentreDeLavage\library\Zend\Auth\Storage\Session.php(87): Zend_Session_Namespace->__construct('Zend_Auth') #2 C:\wamp\www\CentreDeLavage\library\Zend\Auth.php(91): Zend_Auth_Storage_Session->__construct() #3 C:\wamp\www\CentreDeLavage\library\Zend\Auth.php(133): Zend_Auth->getStorage() #4 C:\wamp\www\CentreDeLavage\application\plugins\MyPluginAuth.php(18): Zend_Auth->hasIdentity() #5 C:\wamp\www\CentreDeLavage\library\Zend\Controller\Plugin\Broker.php(308): MyPluginAuth->preDispatch(Object(Zend_Controller_Request_Http)) #6 C:\wamp\www\CentreDeLavage\library\Zend\Controller\Front.php(923): Zend_Controller_Plugin_Broker->preDispatch(Object(Zend_Controller_Request_Http)) #7 C:\wamp\www\CentreDeLavage\index.php(42): Zend_Controller_Front->dispatch() #8 {main}
Visiblement il s'agit d'un problème de session alors que tout fonctionné avant le changement de librairie
quelqu'un aurait-il une idée???
Dernière modification par matdev (04-05-2009 16:50:16)
Hors ligne
Tu peux aller voir ce thread :
http://www.z-f.fr/forum/viewtopic.php?id=3064
A+, Philippe
Hors ligne
ok en fait il s'agit de l'appel à l'autoloader qui est légèrement différent.
avec ça ça fonctionne.
merci Philippe
Hors ligne
Pages: 1