| [SOLVED] sfDoctrineGuardPlugin - Error during data-load [message #92047] |
Fri, 22 January 2010 16:10  |
Choup Messages: 9 Registered: January 2010 Location: France |
Junior Member |
|
|
Hello,
I've a problem with the plugin sfDoctrineGuardPlugin. I have follow the readme of the plugin ( http://www.symfony-project.org/plugins/sfdoctrineGuardPlugin ) and all seems to be ok.
I was able to be authentify with the admin user, and use my modules. But when i've tried to create a relation into my table 'personne' with the table 'sfGuardUser' that become dramatic.
I've create a foreign key 'user_id' in 'personne' which references to 'id' in the table 'sfGuardUser'. After that, impossible to do a ./symfony doctrine:data-load task correctly :
>> doctrine Loading data fixtures from "/hom...eon/Intranet-CCTB/data/fixtures"
>> doctrine Loading data fixtures from "/hom...ctrineGuardPlugin/data/fixtures"
Unknown record property / related component "sfguardgroup" on "sfGuardGroupPermission"
And then nothing is add in my database, even if i change the data which sould be added, if i delete the admin data in my database, and even if i delete the foreign key relation .
My data/fixtures/sfGuard.yml is :
sfGuardUser:
sgu_admin:
username: admin
password: admin
is_super_admin: true
sfGuardPermission:
sgp_admin:
name: admin
description: Administrator permission
sfGuardGroup:
sgg_admin:
name: admin
description: Administrator group
sfGuardGroupPermission:
sggp_admin:
sfGuardGroup: sgg_admin
sfGuardPermission: sgp_admin
sfGuardUserGroup:
sgug_admin:
sfGuardGroup: sgg_admin
sfGuardUser: sgu_admin
So if someone could save me ...
[Updated on: Tue, 26 January 2010 09:10]
|
|
|
 |
[SOLVED] sfDoctrineGuardPlugin - Error during data-load
By: Choup on Fri, 22 January 2010 16:10 |
 |
Re: sfDoctrineGuardPlugin - Error during data-load
By: hasc on Fri, 22 January 2010 17:40 |
 |
Re: sfDoctrineGuardPlugin - Error during data-load
By: Choup on Fri, 22 January 2010 17:56 |
 |
Re: sfDoctrineGuardPlugin - Error during data-load
By: hasc on Fri, 22 January 2010 18:01 |
 |
Re: sfDoctrineGuardPlugin - Error during data-load
By: tomor on Sun, 24 January 2010 11:15 |
 |
Re: sfDoctrineGuardPlugin - Error during data-load
By: Choup on Mon, 25 January 2010 09:15 |
 |
Re: sfDoctrineGuardPlugin - Error during data-load
By: tomor on Mon, 25 January 2010 12:46 |
 |
Re: sfDoctrineGuardPlugin - Error during data-load
By: Choup on Mon, 25 January 2010 13:42 |
 |
Re: sfDoctrineGuardPlugin - Error during data-load
By: tomor on Mon, 25 January 2010 13:52 |
 |
Re: sfDoctrineGuardPlugin - Error during data-load
By: Choup on Mon, 25 January 2010 14:39 |
 |
Re: sfDoctrineGuardPlugin - Error during data-load
By: tomor on Mon, 25 January 2010 15:07 |
 |
Re: sfDoctrineGuardPlugin - Error during data-load
By: Choup on Mon, 25 January 2010 15:57 |
 |
Re: sfDoctrineGuardPlugin - Error during data-load
By: Choup on Mon, 25 January 2010 16:08 |
 |
Re: sfDoctrineGuardPlugin - Error during data-load
By: tomor on Mon, 25 January 2010 16:12 |
 |
Re: sfDoctrineGuardPlugin - Error during data-load
By: tomor on Mon, 25 January 2010 16:09 |
 |
Re: [SOLVED] sfDoctrineGuardPlugin - Error during data-load
By: Tanatiel on Wed, 17 March 2010 11:33 |
 |
Re: [SOLVED] sfDoctrineGuardPlugin - Error during data-load
By: Levelx on Wed, 17 March 2010 12:07 |
 |
Re: [SOLVED] sfDoctrineGuardPlugin - Error during data-load
By: Tanatiel on Wed, 17 March 2010 13:47 |
 |
Re: [SOLVED] sfDoctrineGuardPlugin - Error during data-load
By: Levelx on Wed, 17 March 2010 13:50 |
 |
Re: [SOLVED] sfDoctrineGuardPlugin - Error during data-load
By: tomor on Thu, 18 March 2010 08:53 |
 |
Re: [SOLVED] sfDoctrineGuardPlugin - Error during data-load
By: Tanatiel on Mon, 22 March 2010 10:06 |
 |
Re: [SOLVED] sfDoctrineGuardPlugin - Error during data-load
By: Tanatiel on Wed, 17 March 2010 17:10 |
 |
Re: [SOLVED] sfDoctrineGuardPlugin - Error during data-load
By: Levelx on Wed, 17 March 2010 18:20 |
 |
Re: [SOLVED] sfDoctrineGuardPlugin - Error during data-load
By: tomor on Mon, 22 March 2010 14:43 |
 |
Re: [SOLVED] sfDoctrineGuardPlugin - Error during data-load
By: Tanatiel on Mon, 22 March 2010 16:43 |
 |
Re: [SOLVED] sfDoctrineGuardPlugin - Error during data-load
By: tomor on Mon, 22 March 2010 16:54 |
 |
Re: [SOLVED] sfDoctrineGuardPlugin - Error during data-load
By: Tanatiel on Tue, 23 March 2010 17:39 |
 |
Re: [SOLVED] sfDoctrineGuardPlugin - Error during data-load
By: Levelx on Tue, 23 March 2010 18:16 |
 |
Re: [SOLVED] sfDoctrineGuardPlugin - Error during data-load
By: tomor on Wed, 24 March 2010 07:56 |
 |
Re: [SOLVED] sfDoctrineGuardPlugin - Error during data-load
By: Tanatiel on Wed, 24 March 2010 11:48 |
 |
Re: [SOLVED] sfDoctrineGuardPlugin - Error during data-load
By: tomor on Wed, 24 March 2010 12:20 |
 |
Re: [SOLVED] sfDoctrineGuardPlugin - Error during data-load
By: Levelx on Wed, 24 March 2010 11:59 |
 |
Re: [SOLVED] sfDoctrineGuardPlugin - Error during data-load
By: Levelx on Wed, 24 March 2010 12:38 |
 |
Re: [SOLVED] sfDoctrineGuardPlugin - Error during data-load
By: Tanatiel on Wed, 24 March 2010 16:13 |
 |
Re: [SOLVED] sfDoctrineGuardPlugin - Error during data-load
By: Tanatiel on Wed, 24 March 2010 16:19 |