In my case, I was working on a new installed php server, and I had to modify /etc/php.ini to enable errors, etc etc. Not recommended for production envs. so be sure to turn them off before going live.
On Thu, Feb 18, 2010 at 9:39 AM, PachinSV <[email protected]> wrote: > when I upload a symfony project and receive this kind of error, the > problem is the folder permission. If you are you using Linux in you > prod enviroment, you have to do this: > > - Give 755 recursive permissions to the projects folder > - Give 777 recursive permission to the log and cache folder inside > your project. > - Run this task: ./symfony project:permissions > - Clear cache (./symfony cc) > > I hope this help you. I none of this works, check if the database > connection, or even if you're are using the same structure as the > local one. > > On 17 feb, 07:37, Trailfinder <[email protected]> wrote: >> 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 problem is? >> >> Thanks! >> >> B. > > -- > 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. > > -- 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.
