This is intentional - symfony will show the 404 exception in the dev environment instead of the 404 module/action, so you can trace what went wrong.
The prod environment should show the correct 404 page. Andreas Tom Haskins-Vaughan schrieb: > symfony 1.1 -r12350 > > Hi, > > I'm having trouble with my Error 404 pages. This is an excerpt from my > settings.yml file: > > all: > .actions: > error_404_module: pages # To be called when a 404 error is > > error_404_action: index # Or when the requested URL doesn't > match any route > > But instead of the page I want, I'm getting the following error: > > [sfError404Exception] > Empty module and/or action after parsing the URL "/ddd" (/). > > Any ideas? > > TIA > > Tom --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
