[symfony-users] Re: Error on extending profile for sfguard

2010-02-08 Thread Filipe
same problem here On Feb 8, 7:16 pm, Samuel Morhaim samuel.morh...@gmail.com wrote: What am I doing wrong? I keep getting errors rebuilding and also importing fixtures.. Schema # config/doctrine/schema.yml Organization:   actAs: { Timestampable: ~ }   columns:     sf_guard_user_id: {

Re: [symfony-users] Re: Error on extending profile for sfguard

2010-02-08 Thread Samuel Morhaim
I found this http://jonocode.wordpress.com/2009/07/11/adding-sf_guard_user_profile-to-the-sfdoctrineguardplugin/ but still get the issue, can't fix it... My complete schema and eror are here http://pastebin.com/m4a2812bd in case anyone wants to help.. thanks.. On Mon, Feb 8, 2010 at 3:07 PM,

Re: [symfony-users] Re: Error on extending profile for sfguard

2010-02-08 Thread Samuel Morhaim
I removed the primary: true and it worked.. i hope this helps. On Mon, Feb 8, 2010 at 4:46 PM, Samuel Morhaim samuel.morh...@gmail.comwrote: I found this http://jonocode.wordpress.com/2009/07/11/adding-sf_guard_user_profile-to-the-sfdoctrineguardplugin/ but still get the issue, can't fix