Re: [symfony-users] how custom error404

2010-11-30 Thread Martin Ibarra Cervantes
hi, Fracis , thanks i change my index file to flase Regards. On Mon, Nov 29, 2010 at 10:58 PM, Francis Besset wrote: > > 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: > $conf

Re: [symfony-users] how custom error404

2010-11-29 Thread Francis Besset
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 Ibarr

Re: [symfony-users] how custom error404

2010-11-29 Thread Martin Ibarra Cervantes
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 wrote: > Did you clear your cache? > > On Mon, Nov 29, 2010 at 22:19,

Re: [symfony-users] how custom error404

2010-11-29 Thread Alex Pilon
Did you clear your cache? On Mon, Nov 29, 2010 at 22:19, Martin Ibarra Cervantes < ibarra.cervan...@gmail.com> 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:c605

[symfony-users] how custom error404

2010-11-29 Thread Martin Ibarra Cervantes
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: