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

Ares's avatar
Level 1

Lumen error blade not showing on linux

error blade showing on local, but not showing on linux (blank page). why sir?

0 likes
11 replies
Sinnbeck's avatar

Most likely a server error. Check your logs in /var/log

Ares's avatar
Level 1

no sir, im just want to display error. like [undifined variable], but the result blank page

Ares's avatar
Level 1

done sir, nothing change. in my case, error not showing on linux, but showing on localhost

Sinnbeck's avatar

What do you mean by "localhost"? You local linux machine? Does the linux website work at all? Or is it white pages for all pages?

localhost = you computer?

Linux = production website?

Ares's avatar
Level 1

it only happens on linux server (blank page), my local machine still shows the error message.

localhost = you computer? Linux = production website? yer sir

Sinnbeck's avatar

Ok. So on production.. Is it all pages that are white?

Ares's avatar
Level 1

yes sir, localhost (my computer) Linux (production website),

Does the linux website work at all? working

Or is it white pages for all pages? white page just for error 500

Sinnbeck's avatar

My best bet is that it is caused by permission issues with the storage folder. When an error happens, lumen will try to write a file to /storage/logs/

Ares's avatar
Level 1

so, cause permission denied/disabled. error blank page and no one any file log error in /storage/logs/ sir?

Sinnbeck's avatar
Sinnbeck
Best Answer
Level 102

Try checking the /var/log error logs to see if there is anything there. My bet is a "permission denied" error

Please or to participate in this conversation.