Ver Mensaje Individual
  #3 (permalink)  
Antiguo 13/03/2005, 15:39
Spyn_ET
 
Fecha de Ingreso: diciembre-2003
Mensajes: 218
Antigüedad: 20 años, 4 meses
Puntos: 0
Muchas gracias por contestar.

He encontrado una solucion, aunq no creo q sea la mas apropiada. Pero por lo menos asi desaparace el problema.

En el fichero php.ini (de configuracion del Apache)
Buscar
Código HTML:
; Examples:
;
;   - Show all errors, except 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 dejarlo asi.

Código HTML:
; Examples:
;
;   - Show all errors, except 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
Osea el error_reporting = E_ALL & ~E_NOTICE.

Espero q os sirva. Un saludo.