[symfony-users] Re: latest verion of sfForkedDoctrineApplyPlugin is broken

2010-07-30 Thread Grzegorz Śliwiński
Tristan, You don't have the relation already defined, do you? But you're probably using sfDoctrineGuard 5.0.0, right? redeclare id field in your schema.yml, or use for_sfDoctrineGuard5 branch from repo. On 29 Lip, 22:04, Tristan tristan.bessou...@gmail.com wrote: Ok, it seems that i have two

[symfony-users] Re: latest verion of sfForkedDoctrineApplyPlugin is broken

2010-07-29 Thread Tristan
Yeah, i think we're on a lead : i have sfGuardUserProfile declaration in my project like in the documentation : sfGuardUserProfile: inheritance: type: simple extends: sfGuardUserProfileBasis columns: user_id: { type: integer, notnull: true } birthday: { type: date,

[symfony-users] Re: latest verion of sfForkedDoctrineApplyPlugin is broken

2010-07-29 Thread Tristan
Ok, it seems that i have two declaration of sfGuardUserProfile, so i deleted mine, and kept the one from the plugin (merging my attributes) SQLSTATE[HY000]: General error: 1005 Can't create table 'mywebsite.#sql-7d_7b' (errno: 150). Failing Query: ALTER TABLE sf_guard_user_profile ADD

[symfony-users] Re: latest verion of sfForkedDoctrineApplyPlugin is broken

2010-07-28 Thread Grzegorz Śliwiński
Well... I did, twice, once developing it on my dev project, and second time upgrading my live project :) Do you have sfGuardUserProfile declaration in your project's schema.yml? Do you extend the default declaration in any way? Like additional columns, relations? Also, you might get problems with

[symfony-users] Re: latest verion of sfForkedDoctrineApplyPlugin is broken

2010-07-27 Thread Tristan
All i have similar in that folder is : BasesfGuardUser.class -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups symfony users group. To post to this group, send

[symfony-users] Re: latest verion of sfForkedDoctrineApplyPlugin is broken

2010-07-27 Thread Tristan
Sorry, i forgot to tell that i removed manually all the /lib/model/ doctrine/sfForkedDoctrineApplyPlugin/ then i redid a rebuild all. Then, a similar error, different line -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You

[symfony-users] Re: latest verion of sfForkedDoctrineApplyPlugin is broken

2010-07-27 Thread Grzegorz Śliwiński
How about forms and filters? are these still there? Have you removed or cut sfGuardUserProfile declaration from schema.yml? On 27 Lip, 19:22, Tristan tristan.bessou...@gmail.com wrote: Sorry, i forgot to tell that i removed manually all the /lib/model/ doctrine/sfForkedDoctrineApplyPlugin/

Re: [symfony-users] Re: latest verion of sfForkedDoctrineApplyPlugin is broken

2010-07-27 Thread Thomas Rabaix
you should remove models generated my the plugin ... like the class sfGuardUserProfileBasis 2010/7/27 Grzegorz Śliwiński fi...@fizyk.net.pl How about forms and filters? are these still there? Have you removed or cut sfGuardUserProfile declaration from schema.yml? On 27 Lip, 19:22, Tristan

[symfony-users] Re: latest verion of sfForkedDoctrineApplyPlugin is broken

2010-07-27 Thread Tristan
Have you removed or cut sfGuardUserProfile declaration from schema.yml? Definitly not, that's where i store the user information since you cannot override sfGuardUser methods. Is anyone has tested the latest version of the plugin ? Cause either i'm missing a real important thing and it's all my

[symfony-users] Re: latest verion of sfForkedDoctrineApplyPlugin is broken

2010-07-26 Thread Tristan
it broke everything : even after removing the plugin, i stil have this message. -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups symfony users group. To post

Re: [symfony-users] Re: latest verion of sfForkedDoctrineApplyPlugin is broken

2010-07-26 Thread Gábor Fási
Did you clear your cache? Did you rebuild your models? On Mon, Jul 26, 2010 at 15:06, Tristan tristan.bessou...@gmail.com wrote: it broke everything : even after removing the plugin, i stil have this message. -- If you want to report a vulnerability issue on symfony, please send it to

[symfony-users] Re: latest verion of sfForkedDoctrineApplyPlugin is broken

2010-07-26 Thread Tristan
When i rebuild my model, it outputs the same error at a different line. php symfony cc as many time as i could :d -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google

Re: [symfony-users] Re: latest verion of sfForkedDoctrineApplyPlugin is broken

2010-07-26 Thread Gustavo Adrian
Check the path of that class to see if it exists. If that's so, try to remove the cache manually (not with ./symfony cc) On Mon, Jul 26, 2010 at 11:23 AM, Tristan tristan.bessou...@gmail.comwrote: When i rebuild my model, it outputs the same error at a different line. php symfony cc as many

Re: [symfony-users] Re: latest verion of sfForkedDoctrineApplyPlugin is broken

2010-07-26 Thread Gustavo Adrian
Also, double check that the plugin is enabled on ProjectConfiguration.class.php On Mon, Jul 26, 2010 at 11:33 AM, Gustavo Adrian comfortablynum...@gmail.com wrote: Check the path of that class to see if it exists. If that's so, try to remove the cache manually (not with ./symfony cc) On