Nguyen, Long P (Mission Systems) wrote:
this is an entry in the php.ini file:

error_reporting  =  E_ALL & ~E_NOTICE

where on the machine are the error logged to?

Below that will be a line like this...

display_errors = On

If you setting is Off, change it to 'On', and restart your webserver. Also, if this is a development enviorment, you can remove the '& ~E_NOTICE', and you will see all the errors and notices (you can do this even if it's a production enviroment, but some will flame me if I suggest that ;)

--
John C. Nichel
KegWorks.com
716.856.9675
[EMAIL PROTECTED]

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



Reply via email to