1
How to show all php errors in the browser?
If for example give erro 500
, how to show on the web page why of it ?
My question came because I don’t have access to the error log generated by the server. Only what is shown on the screen, a "hairy" error appeared and the log would help if I could see it, hence the need for detailing what is wrong.
Or rather, Why use error_reporting with display_errors and display_startup_errors?
– Woss