phpwsod

Another "error reporting not working in PHP" post


All I get is a blank page. And, yes, I did read the dozens of similar questions asked.

I want this change to apply to all my scripts, so I went into php.ini. According to phpinfo(), it is located in /etc. So, I went there, and turned error_reporting = E_ALL and error_display = On. Still blank.

Its very frustrating, so I came here. What am I doing wrong? It is PHP5, Apache 2.2.17.


Solution

  • Did you restart apache when you changed php.ini? – Ryan 19 hours ago

    That worked! Thanks!