Lumen error blade not showing on linux
error blade showing on local, but not showing on linux (blank page). why sir?
Most likely a server error. Check your logs in /var/log
no sir, im just want to display error.
like [undifined variable], but the result blank page
Set APP_DEBUG=true in your .env file
done sir, nothing change. in my case, error not showing on linux, but showing on localhost
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?
it only happens on linux server (blank page), my local machine still shows the error message.
localhost = you computer?
Linux = production website?
yer sir
Ok. So on production.. Is it all pages that are white?
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
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/
so, cause permission denied/disabled. error blank page and no one any file log error in /storage/logs/ sir?
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.