[symfony-users] White screen only in production enviroment

2010-02-17 Thread Trailfinder
Hi all, My dev enviroment works great. But when I deploy to my production enviroment, I get a white screen only. Strange thing is, my backend is working. My frontend only gives white screens. I can imagine there can be multiple places to look. But is there a way to test effectively where the

Re: [symfony-users] White screen only in production enviroment

2010-02-17 Thread Gábor Fási
Edit your frontend's settings.yml, specifically prod's error_reporting so you can see the error. Do not forget to uncomment the line when you're done. On Wed, Feb 17, 2010 at 14:37, Trailfinder beer...@gmail.com wrote: Hi all, My dev enviroment works great. But when I deploy to my production

Re: [symfony-users] White screen only in production enviroment

2010-02-17 Thread Eno
On Wed, 17 Feb 2010, Trailfinder wrote: My dev enviroment works great. But when I deploy to my production enviroment, I get a white screen only. Strange thing is, my backend is working. My frontend only gives white screens. I can imagine there can be multiple places to look. But is there a

Re: [symfony-users] White screen only in production enviroment

2010-02-17 Thread Lee Bolding
http://www.symfony-project.org/plugins/sfErrorHandlerPlugin On 17 Feb 2010, at 14:26, Eno wrote: On Wed, 17 Feb 2010, Trailfinder wrote: My dev enviroment works great. But when I deploy to my production enviroment, I get a white screen only. Strange thing is, my backend is working. My