Hi all, I started to learn Sf2 a week ago and successfully understand how to build all my entities.
So I decided to install "DoctrineUserBundle" for the user management, but for no reason, using "doctrine:generate:entities" command: - generates all entities class for my Bundle (1st time) as attended, - but also generates all entities classes for my Bundle (2nd time), and entities classes for DoctrineUserBundle. The thing is, when I try to generate the repositories class I have the error message from the console: " PHP Fatal error: Cannot redeclare Application\MyBundle\Entity\Test::getId() " because the methods are duplicated in all my classes. Does somebody have a idea on why the methods are duplicated? Regards -- 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 developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-devs?hl=en
