I corrected the problem, I modified line 136 (file : SITE_PATH/vendor/symfony/src/Symfony/Component/Security/Core/Authentication/Token/AbstractToken.php)
BEFORE: return serialize(array($this->user, $this->authenticated, $this->roles, $this->attributes)); AFTER: return @serialize(array($this->user, $this->authenticated, $this->roles, $this->attributes)); ----- Mail transféré ----- De : Louardi Abdeltif <louardi.abdel...@yahoo.fr> À : "symfony-users@googlegroups.com" <symfony-users@googlegroups.com> Envoyé le : Mercredi 27 Avril 2011 7h48 Objet : Re : [symfony-users] [sf2] Access to current route I have a notice with this new beta. when i use the prod environement i haven't this notice. Notice: serialize() [function.serialize]: "id" returned as member variable from __sleep() but does not exist in SITE_PATH/vendor/symfony/src/Symfony/Component/Security/Core/Authentication/Token/AbstractToken.php on line 136 Notice: serialize() [function.serialize]: "name" returned as member variable from __sleep() but does not exist in SITE_PATH/vendor/symfony/src/Symfony/Component/Security/Core/Authentication/Token/AbstractToken.php on line 136 Notice: serialize() [function.serialize]: "members" returned as member variable from __sleep() but does not exist in SITE_PATH/vendor/symfony/src/Symfony/Component/Security/Core/Authentication/Token/AbstractToken.php on line 136 -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to symfony-users@googlegroups.com To unsubscribe from this group, send email to symfony-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en