[FX.php List] [OFF] Can't display Notices in 5.3

Joel Shapiro jsfmp at earthlink.net
Sat Nov 6 16:22:40 MDT 2010


d'Oh!  display_errors was Off.  (I changed it in the php.ini since  
this is a dev machine)

Thanks Jonathan!  You da man

-Joel


On Nov 6, 2010, at 2:24 PM, Jonathan Schwartz wrote:

> 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
> _______________________________________________
> FX.php_List mailing list
> FX.php_List at mail.iviking.org
> http://www.iviking.org/mailman/listinfo/fx.php_list



More information about the FX.php_List mailing list