Daniel Strøm
Daniel Strøm
Only "special" extension i can think of is Blackfire. I didn't change anything in the Dockerfile other than the Frankenphp version though.
10.244.14.69 is a traefik pod(Using Traefik as ingress)
I disabled blackfire extension, and now i don't get any logoutput at all from frankenphp(other than the initial startup logs). All i have now is the "Internal Server Error" in...
I already have: `display_errors On On` `error_reporting E_ALL & ~E_DEPRECATED` `log_errors On On` I don't know if it's caddy or php, all it says on webpage is `Internal Server Error`
It's a big legacy app, so i'm not sure where it fails, so i will have to step debug to figure out, i just hoped it could show the error...
Luckily it was one of the first things the applications did :D The 103 header function! When i comment out headers_send(103); the application works.