whocares macrumors 65816 Original poster Oct 9, 2002 1,494 0 :noitаɔo˩ Nov 1, 2003 #1 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?
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?
J jywv8 macrumors 6502 Jan 11, 2003 322 0 Chicago Nov 1, 2003 #2 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 www.php.net, or there are usually explanatory comments in the php.ini file itself.
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 www.php.net, or there are usually explanatory comments in the php.ini file itself.
Rower_CPU Moderator emeritus Oct 5, 2001 11,219 2 San Diego, CA Nov 2, 2003 #3 You can also configure error reporting on a per file basis. http://us3.php.net/manual/en/function.error-reporting.php
You can also configure error reporting on a per file basis. http://us3.php.net/manual/en/function.error-reporting.php