|
Prev: php-windows Digest 1 Apr 2008 06:34:41 -0000 Issue 3450
Next: Include fails when "./" is in front of file name
From: "Ludovic Amiguet" on 4 Apr 2008 03:20 Good morning, i'm using PHP with an apache server and i would like to know how it's possible to activate / desactivate the displaying of error messages and warnings on the web browser. i found two things ... first: in the php.ini, there is the param - display_errors = On and on httpd.conf, ther is the param - ErrorLog "c:/wamp/logs/apache_error.log" but my problem is that all messages are logged in a file and not send back to the browser .... could you help me to configure that ???? thanks a lot |