in my fixture.yml i want to create a sfGuardUser and for this user, a sfGuardUserProfile.
here's what i do in the fixture.yml :
- Code: Select all
sfGuardUser:
sgu_admin:
username: admin
password: admin
is_super_admin: true
sfGuardUserProfile:
mon_admin:
email: toto@titi.com
sfGuardUser: sgu_admin
i launch data-load ...and then i get an error :
Unknown record property / related component "sfguarduser" on "sfGuardUserProfile"
if i delete the profile, it works...
- Code: Select all
sfGuardUserProfile:
mon_admin:
email: toto@titi.com
sfGuardUser: sgu_admin
i cant understand what happens !! i try to rebuild all, it's the same error !
Anyone has an idea ?
