Re: errors still being displayed even if variables in php.ini set to off

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Sat, 2008-12-27 at 16:23 -0800, Fred Silsbee wrote:
> on page 1
> Notice: Undefined index: in C:\Inetpub\wwwroot\handle_log_book_MySQL.php on line 71
> 
> Notice: Undefined index: in C:\Inetpub\wwwroot\handle_log_book_MySQL.php on line 72
> 
> in php.ini:
> 
> error_reporting  =  Off
> 
> display_errors = Off (in 2 places)
> 
> display_startup_errors = Off
> 
> 
> 
> 
> 
>       
> 
> 
What does phpinfo() tell you? Don't forget that there are several places
where this can be set; the php.ini file, the .htaccess file, and within
the PHP code itself. If phpinfo() tells you that both settings are for
errors off, then it's most likely that a line in your PHP code is
turning them back on


Ash
www.ashleysheridan.co.uk


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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux