Re: [PHP-WIN] Problem with Notices

2004-01-04 Thread choinet
Do your .htaccess files have a php_value for error_reporting, or do the scripts have any instances of error_reporting() in them? --- "Madeleine D." <[EMAIL PROTECTED]> wrote: > I have the following error writes set in my php.ini > file: > > error_reporting = E_ALL & ~E_NOTICE > > > For a long

[PHP-WIN] Problem with Notices

2004-01-04 Thread Madeleine D.
I have the following error writes set in my php.ini file: error_reporting = E_ALL & ~E_NOTICE For a long time, that worked just fine - giving us only errors/warnings that we needed to see. Now, all of a sudden, we are getting notices written to the error file. It's a problem because there ar