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 <beer...@gmail.com> 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 symfony-us...@googlegroups.com.
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en.

Reply via email to