1
Good morning. At the beginning of my php page I put:
ini_set("display_errors",1);
ini_set("display_startup_errors",1);
error_reporting(E_ALL);
ini_set("log_errors_max_len",2048);
After these directives, I gave a phpinfo(). display_errors and display_startup_errors are marked as On in the Local Value column. It turns out that the error messages are not shown at all. I took the period-and-comma at the end of a line and the page is blank, not showing the error message that would help me locate the problem.
I tried changing from php5.6 to php 7 but it didn’t help either. I’m running this page hosted at Locaweb.
Can someone give me a hand, please? Thank you very much