error_reporting(E_ALL); ini_set("display_errors", 1);
I was doing some development on a shared hosting environment, and on error I was seeing blank white screen. The code above allowed me to see what's going on.
by Greg Ratner
error_reporting(E_ALL); ini_set("display_errors", 1);
0 comments:
Post a Comment