Posted by Toby A Inkster on 03/19/07 16:13
Dana Cartwright wrote:
> I have a website in which PHP errors are displayed, despite having them
> configured to not display.
Have you used something like this in an .htaccess file?
php_value display_errors off
?? Boolean flags like display_errors should be set using "php_flag" instead
of "php_value".
--
Toby A Inkster BSc (Hons) ARCS
Contact Me ~ http://tobyinkster.co.uk/contact
Geek of ~ HTML/SQL/Perl/PHP/Python*/Apache/Linux
* = I'm getting there!
Navigation:
[Reply to this message]
|