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