Ver Mensaje Individual
  #5 (permalink)  
Antiguo 19/07/2005, 15:57
Spyn_ET
 
Fecha de Ingreso: diciembre-2003
Mensajes: 218
Antigüedad: 20 años, 4 meses
Puntos: 0
La verdad es q ahora lo leo y ni yo lo entiendo :D

A ver.

Edita el php.ini y busca
Código PHP:
Examples:
;
;   - 
Show all errorsexcept for notices
;
;
error_reporting E_ALL & ~E_NOTICE
;
;   - 
Show only errors
;
;
error_reporting E_COMPILE_ERROR|E_ERROR|E_CORE_ERROR
;
;   - 
Show all errors
;
error_reporting  =  E_ALL 
y lo modificas para q quede asi
Código PHP:
Examples:
;
;   - 
Show all errorsexcept for notices
;
error_reporting E_ALL & ~E_NOTICE
;
;   - 
Show only errors
;
;
error_reporting E_COMPILE_ERROR|E_ERROR|E_CORE_ERROR
;
;   - 
Show all errors
;
;
error_reporting  =  E_ALL 
Aunq como dice PabloP hay una forma en el script php pero ahora no la recuerdo.
__________________
SymbianForever
SymbianForever.com, todo sobre y para tu symbian
aNieto2K | Themes para WordPress
De todo un poco