Re: [symfony-users] Problem while loading fixture with the plugin sfDoctrineGuardPlugin

2010-05-12 Thread Etienne Michon
Hi, Thanks for your help. Unfortunately, I checked and it still doesn't work. The BasesfGuardUserGroup class has two relations sfGuardUser and sfGuardGroup. The plugin work well because my fixture load when I insert them with the command "./symfony doctrine:build --all --and-load --no-confirmation"

Re: [symfony-users] Problem while loading fixture with the plugin sfDoctrineGuardPlugin

2010-05-12 Thread Pietrino Atzeni
Hi, check in the BasesfGuardUserGroup class which is the name of the relation: it's inside lib/model/doctrine/sfDoctrineGuardPlugin/base... The relation is correct, though, maybe the problem is in some other part of the code: did you enable the plugin? Hope this helps, Pietro It doesn't wor

Re: [symfony-users] Problem while loading fixture with the plugin sfDoctrineGuardPlugin

2010-05-12 Thread Etienne Michon
It doesn't work neither. I checked in the schema.yml of the plugin and here is the definition of these 3 tables: -- sfGuardGroup: actAs: [Timestampable] columns: id: type: integer(4) primary: true

Re: [symfony-users] Problem while loading fixture with the plugin sfDoctrineGuardPlugin

2010-05-12 Thread Tom Haskins-Vaughan
Try: sfGuardUserGroup: sfGuardUserGroup_admin_admin: User: sfGuardUser_admin Group: sfGuardGroup_admin On Wed, May 12, 2010 at 6:14 AM, Etienne wrote: > Hey everyone, > I've a problem while loading a set of fixture in my project. When I > run the command "./symfony doctrine:data-load", it

[symfony-users] Problem while loading fixture with the plugin sfDoctrineGuardPlugin

2010-05-12 Thread Etienne
Hey everyone, I've a problem while loading a set of fixture in my project. When I run the command "./symfony doctrine:data-load", it doesn't work and displays the following error: Unknown record property / related component "sfguarduser" on "sfGuardUserGroup" But when I run the command "./symfony