I tried to place the following pieces in my PHP code:
-
error_reporting(E_ALL)
-
ini_set('error_reporting', 1);
There is definitely no solution. What I simply want to show is, literally, any type of error either its level / degree of importance as news, notice, error, etc.
How can I do this? I've tried everything and I've reviewed a lot of similar questions in the Stackoverflow community, but none of them worked for me.
I am using PHP 7.0 on a Nginx web server.
I have SSH access and total SFTP.
Thanks for your answers,
// Jose Antonio