[symfony-users] Re: Extending sfDoctrineGuard in 1.3

2009-11-04 Thread Alexandre SALOME
Yes, It works... try to make it work without the Profile extension. DoctrineGuard as basic as possible. 2009/11/4 juro fo...@juro.at Hi, I am trying to get this http://www.symfony-project.org/blog/2008/11/12/call-the-expert-customizing-sfdoctrineguardplugin to work on Symfony 1.3

[symfony-users] Re: Extending sfDoctrineGuard in 1.3

2009-11-04 Thread juro
Thank you for the information. Unfortunately there is no way that I can use sfDoctrineGuard without being able to associate a profile with each user. On Nov 4, 12:41 pm, Alexandre SALOME alexandre.sal...@gmail.com wrote: Yes, It works... try to make it work without the Profile extension.

[symfony-users] Re: Extending sfDoctrineGuard in 1.3

2009-11-04 Thread Simone Fumagalli
I have figured out that the url should be http://yourhost/backend_dev.php/sfGuardUser but now I get this error: The route sf_guard_user_collection does not exist. In settings.yml did you enable the sfGuardUser module for your environment ? all: .settings: enabled_modules:

[symfony-users] Re: Extending sfDoctrineGuard in 1.3

2009-11-04 Thread David Ashwood
DoctrineGuard for auth + permissions DoctrineGuardApply for Profiles. Both work well and without any major issues in sf 1.3. With some minor changes the call-the-expert article works also. It's probably best to go back to basics - get Guard installed and working without profiles, ensure you

[symfony-users] Re: Extending sfDoctrineGuard in 1.3

2009-11-04 Thread juro
I have followed the call-the-expert article for my 1.2 and I know that it works. I do not see the point in adding a new plugin, which I have 0 experience with. On Nov 4, 1:45 pm, David Ashwood da...@inspiredthinking.co.uk wrote: DoctrineGuard for auth + permissions DoctrineGuardApply for

[symfony-users] Re: Extending sfDoctrineGuard in 1.3

2009-11-04 Thread juro
Yes: all: .settings: enabled_modules:[default, sfGuardUser, sfGuardGroup, sfGuardPermission] On Nov 4, 12:45 pm, Simone Fumagalli simone.fumaga...@gmail.com wrote: I have figured out that the url should be http://yourhost/backend_dev.php/sfGuardUser but now I get this error:

[symfony-users] Re: Extending sfDoctrineGuard in 1.3

2009-11-04 Thread Alexandre SALOME
Try to make it works without Profile, and in a second time, add the profile. Could you give us the stack trace generated by Symfony, with portions of code ? 2009/11/4 juro fo...@juro.at Yes: all: .settings: enabled_modules:[default, sfGuardUser, sfGuardGroup,

[symfony-users] Re: Extending sfDoctrineGuard in 1.3

2009-11-04 Thread Simone Fumagalli
Yes: all:   .settings:     enabled_modules:        [default, sfGuardUser, sfGuardGroup, sfGuardPermission] Did you ./symfony cc ? -- Simone --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups symfony users