On Sun, 2005-10-23 at 23:01 -0400, Bob Hartung wrote:
> Jasper & Derek
> 
>    phpinfo() says:
>       configuration file path     /etc/php.ini
> 
>    PHP Core
>    Directive            Local Value           Master Value
> 
> display_errors            Off                   Off
> error_log                no value              no value
> log errors                on                     on
> 
> Derek's idea sends nothing to the log but does send to the browser.
> 
> It seems that /etc/php.ini is not being parsed since it says:
> 
>    error_reporting  =  E_ALL
>    display_errors = On
>    display_startup_errors = On
>    log_errors = On

/etc/php.ini *is* being parsed, it says so right there (above). However,
display_errors isn't. Do a search inside /etc/php.ini for
display_errors, see if there's more than one declaration for it. Make
sure it isn't commented out (sounds silly, but you never know)...

Oh, and check the permissions on /etc/php.ini, just in case.

-- 
Jasper Bryant-Greene
General Manager
Album Limited

e: [EMAIL PROTECTED]
w: http://www.album.co.nz/
p: 0800 4 ALBUM (0800 425 286) or +64 21 232 3303
a: PO Box 579, Christchurch 8015, New Zealand

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to