Hi,

i've installed sfDoctrineGuardExtraPlugin.

I don't know what i touched exactly but now when i ask for sfGuardRegister/register this is showed:

The route "sf_guard_register" does not exist.


To debug my problem I have installed sfDGEP in another project, and i found out that if i remove the line below in plugins/sfDoctrineGuardExtraPlugin/lib/sfGuardExtraRouting.class.php I get the same error.

class sfGuardExtraRouting
{
static public function listenToRoutingLoadConfigurationEvent(sfEvent $event)
  {

$r->prependRoute('sf_guard_register', new sfRoute('/register', array('module' => 'sfGuardRegister', 'action' => 'register')));

  }
}

So... if in my first project i have that line, what is happening exactly?


Javi

Ubuntu 8.04

--
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 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

Reply via email to