I'm trying to have this module to work. Being new to symfony/php (from a java background), I'm also suprised that this module isn't more integrated into the platform.
1. to make it work at all I had to manually uncomment the if(...) clause in the sfGuardExtraPlugin config so it now reads: $this->dispatcher->connect('routing.load_configuration', array ('sfGuardExtraRouting', 'listenToRoutingLoadConfigurationEvent')); 2. The only things I could get now is a simplistic register form (w/o captcha); when I hit the "request" button though, I'm having this exception: You must pass an array parameter to the clean() method (this validator can only be used as a post validator). I could get rid of it by commenting out some validators in BasesfGuardFormRegister.class.php, but I don't know why they wouldn't work -> 3. new exception: Call to undefined method BasesfGuardUser::merge So this is referring to the other plugin, sfGuardPlugin, and seems to indicate that the two plugins are not sync'd. Is it possible? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to symfony-users@googlegroups.com To unsubscribe from this group, send email to symfony-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---