Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

mathishuettl's avatar

Blank Page and log is empty

Hello,

i just deployed my site from local to shared hosting via git. I ran "composer install", generated a key and so on. Everything works perfect like local but just one route has problems.

When i visit it just shows me a blank page. I already wanted to check the logs, but storage/logs/larevel.log is completly empty.

can you help me to find out why i get a blank page?

0 likes
4 replies
Snapey's avatar

can you deliberately create an error on another page then see if the log file gets created?

Most likely issue is that the logs cannot be written to, but no other page needs to do this except the one with the error.

mathishuettl's avatar

hello, good idea but I already tried this. And no there is still no log-entry. But for sure I did "chmod -R 777 storage"

Snapey's avatar

If you have no log file then the one that is created will have different permissions to 777 - the web server needs to own the folder or be in a group that owns the folder.

Please or to participate in this conversation.