Abdelatif, Please do not crosspost.
This list is for the development of the symfony framework itself rather than general questions about using symfony. Regards, [MA]Pascal On Wed, May 11, 2011 at 10:05, Louardi Abdeltif <[email protected]>wrote: > What the role of this generated classes XXX.orm.php > > ------------------------------ > *De :* lidaa <[email protected]> > *À :* Symfony users <[email protected]> > *Envoyé le :* Mercredi 11 Mai 2011 10h39 > *Objet :* [symfony-users] Re: Not a valid entity or mapped super class > > Prospect.php > http://pastebin.com/Xk5dyCH9 > > Prospect.orm.php > http://pastebin.com/3hSRJv5v > > On 11 mai, 10:36, chafik <[email protected]> wrote: > > Give us the code of your Entity class, it is probably a problem of > > annotation or config in your XML ou YML file... > > > > On May 11, 11:31 am, lidaa <[email protected]> wrote: > > > > > I did that, and always I have the same problem > > > > > orm: > > > auto_generate_proxy_classes: %kernel.debug% > > > mappings: > > > ZRCoreBundle: ~ > > > > > On 11 mai, 10:17, Juergen Kober <[email protected]> wrote: > > > > > > Do you have the "mappings" in your confg.yml? > > > > > > orm: > > > > auto_generate_proxy_classes: %kernel.debug% > > > > mappings: > > > > TestBundle: ~ > > > > > > Am 11.05.2011 10:53 Uhr schrieb "lidaa" unter <[email protected]>: > > > > > > > Hi all; > > > > > > > I have the following error when I try to insert a new record. > > > > > > > error: > > > > > Class App\TestBundle\Entity\User is not a valid entity or > mapped > > > > > super class. > > > > > > > code: > > > > > > > orm: > > > > > auto_generate_proxy_classes: %kernel.debug% > > > > > auto_mapping: true > > > > > > > code: > > > > > > > $em = $ this->get('doctrine')->getEntityManager(); > > > > > $em->persist($user); > > > > > $em->flush(); > > -- > 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 [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-users?hl=en > > > -- > 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 > -- Pascal -- 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
