Does it enter the action ? try adding some debug code (echo "ok";exit;) at the beginning of executeIndex method. Does it works ?
What does log files tell ? Which route did it matches ? What kind of error do you have in development environment ? Stack trace ? Good luck, Alexandre 2009/10/19 Alexandru-Emil Lupu <[email protected]> > try to md5 the email address. i guess it would be better .. and also would > fix your problem ... > i do not know why would you met that problem .. > > On Mon, Oct 19, 2009 at 8:50 PM, Eno <[email protected]> wrote: > >> >> >> In one of our apps, we have a routing rule with an email address in it: >> >> unsubscribeform: >> url: /unsubscribe/email/:email >> param: { module: subscribe, action: index } >> >> So URLs will be like: >> >> http://www.domain.com/unsubscribe/email/[email protected] >> >> This route worked fine in symfony 1.0, but in 1.2 we get a 404 error. We >> also tried urlencoding the email address - this works in Firefox but IE >> and Chrome url-decode before sending the HTTP request so it breaks. >> >> Any ideas on what's going on here? >> >> >> >> -- >> >> >> >> >> >> > > > -- > As programmers create bigger & better idiot proof programs, so the universe > creates bigger & better idiots! > I am on web: http://www.alecslupu.ro/ > I am on twitter: http://twitter.com/alecslupu > I am on linkedIn: http://www.linkedin.com/in/alecslupu > Tel: (+4)0748.543.798 > > > > > > -- Alexandre Salomé -- [email protected] --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
