ok - I checked and it's set to:

display_errors = On

so going back to your original question - yes error set to display on, but I don't 
think I am seeing errors - where are the error logs?

Thank you


-----Original Message-----
From: John Nichel [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 16, 2004 11:22 AM
To: PHP Mailing Lists
Subject: Re: [PHP] index.php not loading up


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

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

Reply via email to