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
error_reporting(E_ALL) reports nothing
Moderator: General Moderators
Re: error_reporting(E_ALL) reports nothing
You want to display errors, right?
Code: Select all
ini_set("display_errors", 1);