|
Posted by bill on 10/12/07 20:09
Jerry Stuckle wrote:
> 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.
>
Well, heck. I can reach the ceiling by pulling myself up by my
bootstraps.
Because the web host runs php as a fastcgi, they had to create a
php.ini in my cgi-bin directory that I could edit.
Thanks all, now all is well.
bill
Navigation:
[Reply to this message]
|