[FX.php List] [OFF] Can't display Notices in 5.3
Jonathan Schwartz
jschwartz at exit445.com
Sat Nov 6 15:24:23 MDT 2010
Hi Joel,
Do you have 'display_errors" set? error_reporting sets the level,
but only if errors are set to display.
Try this..
ini_set('display_errors','On')
or
ini_set('display_errors','1')
HTH
Jonathan
>Hi all
>
>I've got 2 dev machines, 1 running PHP 5.2.9, 1 running 5.3.2.
>
>In php.ini on both, I've got:
>error_reporting = E_ALL
>
>But on the 5.3, I'm not seeing Notices (same site on both machines)
>
>I've even tried switching to
>error_reporting = E_ALL | E_NOTICE
>but that didn't make a difference.
>
>(I turn the Web Service off and on after each change, to restart
>Apache -- OS X Server 10.6)
>
>Any thoughts?
>
>TIA,
>-Joel
>_______________________________________________
>FX.php_List mailing list
>FX.php_List at mail.iviking.org
>http://www.iviking.org/mailman/listinfo/fx.php_list
--
Jonathan Schwartz
Exit 445 Group
jonathan at exit445.com
http://www.exit445.com
415-370-5011
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.iviking.org/pipermail/fx.php_list/attachments/20101106/b02ef4c7/attachment.html
More information about the FX.php_List
mailing list