Zend FR

Consultez la FAQ sur le ZF avant de poster une question

Vous n'êtes pas identifié.

#1 04-05-2009 15:50:04

matdev
Membre
Date d'inscription: 31-03-2009
Messages: 172

[Resolu][Zend1.8]Problème de mise à jour de la librairie

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 :

Code:

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

 

#2 04-05-2009 16:14:03

philippe
Administrateur
Lieu: Grenoble
Date d'inscription: 01-03-2007
Messages: 1624

Re: [Resolu][Zend1.8]Problème de mise à jour de la librairie

Tu peux aller voir ce thread :
http://www.z-f.fr/forum/viewtopic.php?id=3064

A+, Philippe


twitter : @plv ; kitpages.fr : Création de sites internet à Grenoble et Paris

Hors ligne

 

#3 04-05-2009 16:49:51

matdev
Membre
Date d'inscription: 31-03-2009
Messages: 172

Re: [Resolu][Zend1.8]Problème de mise à jour de la librairie

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

 

Pied de page des forums

Propulsé par PunBB
© Copyright 2002–2005 Rickard Andersson
Traduction par punbb.fr

Graphisme réalisé par l'agence Rodolphe Eveilleau
Développement par Kitpages