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.