You are not logged in.

#1 2009-04-10 19:35:01

GravityGripp
Member
Registered: 2008-12-03
Posts: 14

PHP Error Reporting

No matter what my php.ini file says or my php site, I can not get any PHP errors to appear. I've got a problem with my site and I can't trouble shoot it because I can't see any errors.

My php.ini file is set to this:

error_reporting = E_ALL & ~E_NOTICE

and I've put this code in my php script.

error_reporting(E_ALL);

and I get nothing but a blank screen.

Offline

#2 2009-04-10 21:03:01

GravityGripp
Member
Registered: 2008-12-03
Posts: 14

Re: PHP Error Reporting

Disregard this, i didn't have display error set to On in the php.ini file.

Offline

Board footer

Powered by FluxBB