Hi, In fact, you have this 404Exception if you have enabled display errors. In prod environment you must not enable the error display.
In you index.php file: $configuration = ProjectConfiguration::getApplicationConfiguration( 'frontend', 'prod', false); * * * * *Francis.* 2010/11/30 Martin Ibarra Cervantes <[email protected]> > yes i clear my cache with > > symfony cc > > and not work > > 404 | Not Found | sfError404Exceptionon this site > > > http://demo.misretratos.com.mx/autor/ibarra-ibarra/D5/sonido-64/5/Mexico.html > > > > On Mon, Nov 29, 2010 at 7:23 PM, Alex Pilon <[email protected]> wrote: > >> Did you clear your cache? >> >> On Mon, Nov 29, 2010 at 22:19, Martin Ibarra Cervantes < >> [email protected]> wrote: >> >>> hi , i try change the error 404 bue i cant :-( >>> >>> in my settings i put >>> >>> all: >>> .settings: >>> # Form security secret (CSRF protection) >>> csrf_secret: >>> c605b8fd5372fe7b296c9656301e11e69721f2cdd32248 >>> >>> # Output escaping settings >>> escaping_strategy: true >>> escaping_method: ESC_SPECIALCHARS >>> >>> # Enable the database manager >>> use_database: true >>> enabled_modules: [default] >>> >>> .actions: >>> * error_404_module: default >>> error_404_action: error404* >>> >>> and i make a module on my public application, the name default and an >>> action name error404 >>> >>> but dont work >>> >>> you can help me. >>> >>> >>> -- >>> 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]<symfony-users%[email protected]> >>> For more options, visit this group at >>> http://groups.google.com/group/symfony-users?hl=en >>> >> >> >> >> -- >> Alex Pilon >> (613) 608-1480 >> >> -- >> 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]<symfony-users%[email protected]> >> For more options, visit this group at >> http://groups.google.com/group/symfony-users?hl=en >> > > -- > 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]<symfony-users%[email protected]> > For more options, visit this group at > http://groups.google.com/group/symfony-users?hl=en > -- 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
