Gonzalo Gorosito wrote:
> Hello friends,
> 
>  
> 
> I have a little problem with the error_reporting in my php.ini
> 
>  
> 
> Every time I get errors like this:
> 
>  
> 
> Notice: Undefined index: userData in
> /var/www/devzone/megacam/inc/functions.php on line
> 
>  
> 
> And here is my php.ini:
> 
>  
> 
> error_reporting = E_ALL & ~E_NOTICE
> 
>  
> 
> display_errors = On
> 
>  
I guess http://fr.php.net/error-reporting should answer all that ...
Here's a clue though :

error_reporting = E_COMPILE_ERROR|E_ERROR|E_CORE_ERROR
display_errors = On

You might want to play around with E_STRICT if you're running PHP 5 though.

HTH

> 
>  
> 
> how can I do to shut up these fucking notices? :$
> 
>  
> 
>  
> 
>  
> 
> ----------------------------------------------------------
> Gonzalo Gorosito
> 
>  
> 
> Sistemas | By-Cycle
> Humboldt 2495, Piso 10
> C1425FUG - Bs.As. Argentina
> Tel.: + 54 (11) 4774 6006 | Fax: + 54 (11) 4774 7117
> www.by-cycle.com <http://www.by-cycle.com/> 
> [EMAIL PROTECTED]
> 
>  
> 
> 

-- 
Cordialement,

Youri LACAN-BARTLEY

PCAM
Espace HERVANN
641 Chemin des terriers
06600 ANTIBES
Tel: 04.93.33.26.25
Fax: 04.93.33.73.45

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

Reply via email to