Page 1 of 1

error_reporting(E_ALL) reports nothing

Posted: Fri Dec 12, 2008 6:03 pm
by neridaj
Hey,

I'm just trying to get some errors displayed so I can figure out why things aren't working, any help besides a blank page would be appreciated.

Thanks,

Jason

Re: error_reporting(E_ALL) reports nothing

Posted: Fri Dec 12, 2008 6:44 pm
by requinix
You want to display errors, right?

Code: Select all

ini_set("display_errors", 1);