Le 06/05/2011 16:48, Aaron DM a écrit :
I don't see anyone reporting this, so I assume this issue is only related to me.

For some odd reason I am getting this error caused by this call in the FOSUserBundle\Entity\UserManager.php
*$this->repository = $em->getRepository($class);*


The error is:
Fatal error: Class Doctrine\ORM\EntityRepository contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (Doctrine\Common\Persistence\ObjectRepository::findMany) in D:\sites\localhost\vendor\doctrine\lib\Doctrine\ORM\EntityRepository.php on line/244/
/
/
Both my Symfony2 and the FOSUserBundle are up-to-date with the master.

the ORM does not work with the latest commit of Doctrine Common. Use an older version (if you check the Doctrine repo, the common submodule does not use the latest version).

--
Christophe | Stof

--
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

Reply via email to