Hi forkmantis, I tried creating a schema for the sfGuardUserProfile model and that works fine but it was not my goal. I really needed to extend the sf_guard_user table. Anyway, I found the solution using the svn version of sfPropelAlternativeSchemaPlugin which fixes the problem:
=== Trunk === * lking: Fixed problem on alternative schema detection on Windows systems Yes, of course, I forgot to mention I develop on Windows. Thanks for your answer. Cheers, Gilles On 29 jan, 20:21, forkmantis <[EMAIL PROTECTED]> wrote: > Gilles, > > Have you tried creating a schema for the sfGuardUserProfile model as > described in the README? > > http://trac.symfony-project.com/wiki/sfGuardPlugin > > You may also want to look at the sfPropelAlternativeSchemaPlugin > > http://trac.symfony-project.com/wiki/sfPropelAlternativeSchemaPlugin > > On Jan 29, 12:28 pm, Gilles Fabio <[EMAIL PROTECTED]> wrote: > > > Hi there, > > > I have a problem with sfGuardPlugin. Well, this is my configuration: > > > - symfony 1.0.11 > > - sfGuardPlugin 1.1.13 > > - sfPropelAlternativeSchemaPlugin 1.0.0 > > > I need to extend the sf_guard_user table without modifying the > > schema.yml plugin file (of course). So, I asked to Google and I found > > the sfGuardPlugin_schema.custom.yml (in the project config folder) > > solution. Happy I was until I tried. I rebuilt the model, cleared the > > cache and nothing... sfGuard ignores my > > sfGuardPlugin_schema.custom.yml file. I tried without using > > sfPropelAlternativeSchemaPlugin and the same. I tried with the svn > > version of sfGuardPlugin and the same. > > > My sfGuardPlugin_schema.custom.yml file begins with: > > > propel: > > sf_guard_user: > > _attributes: { phpName: sfGuardUser } > > > I maybe did something wrong. I maybe skipped something. Maybe it's a > > bug. > > > Does someone could help me please? > > > Cheers, > > Gilles --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---
