19/07/2005, 15:31
|
| | Fecha de Ingreso: agosto-2004 Ubicación: NASA, MIT
Mensajes: 209
Antigüedad: 20 años, 6 meses Puntos: 0 | |
Cita:
Iniciado por Spyn_ET A ver, si puedes acceder al php.ini puedes modificar esto. Código PHP: ; 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.
Disculpa pero no lo entendí... |