Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

whocares

macrumors 65816
Original poster
Oct 9, 2002
1,494
0
:noitаɔo˩
I installed Panther last week and installed Mark Lyianage's PHP package afterwoods. Since then the PHP error messages no longer appear when I have mistakes in my code; I'm just getting a plain white page. Does anyone know how I can fix this?
 

jywv8

macrumors 6502
Jan 11, 2003
322
0
Chicago
You probably need to edit the php.ini file to change the error_reporting setting and/or the display_errors settings.

I usually set mine to:

display_errors = On
error_reporting = E_ALL & ~E_NOTICE


You can find more details on what these setttings mean on http://www.php.net, or there are usually explanatory comments in the php.ini file itself.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.