Posted by Jerry Stuckle on 10/12/07 15:58
bill wrote:
> Tyno Gendo wrote:
>
>> Check the error_reporting and display_errors in php.ini
>>
>> I get this on our live servers all the time but we can't turn the
>> reporting on, so I usually download to an internal dev machine
>> and test on there with all errors/display on.
>
> php.ini has a blank for display_errors and 2047 for error_reporting.
>
> using ini_set, what are valid values for display_errors ?
> bill
>
You can't use ini_set to display syntax errors. Since there is a syntax
error, none of the code gets executed - including syntax errors.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Navigation:
[Reply to this message]
|