On Mon, 19 Oct 2009, Alexandre SALOME wrote:

> Does it enter the action ?

Doesn't get that far, because the module and action name don't appear to 
get matched at all.

> What does log files tell ? Which route did it matches ?
>
> 
> What kind of error do you have in development environment ? Stack trace ?

Yeah, sfError404Exception:

404 | Not Found | sfError404Exception
Empty module and/or action after parsing the URL 
"/unsubscribe/email/[email protected]" (/).
stack trace

    * at ()
      in SF_SYMFONY_LIB_DIR/controller/sfFrontWebController.class.php line 44 
...
              41.
              42.       if (empty($moduleName) || empty($actionName))
              43.       {
              44.         throw new sfError404Exception(sprintf('Empty module 
and/or action after parsing the URL "%s" (%s/%s).', $request->getPathInfo(), 
$moduleName, $actionName));
              45.       }
              46.
              47.       // make the first request
    * at sfFrontWebController->dispatch() in 
SF_SYMFONY_LIB_DIR/util/sfContext.class.php line 159 ...
             156.    */
             157.   public function dispatch()
             158.   {
             159.     $this->getController()->dispatch();
             160.   }
             161.
             162.   /**
    * at sfContext->dispatch()
      in /home/web/htdocs/index.php line 10 ...



Which isn't very useful :-)


-- 



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