Scroll
htaccess display errors off
To disable error output on the page, use the following code in the .htaccess file:
# suppress php errors php_flag display_startup_errors off php_flag display_errors off php_flag html_errors off php_value docref_root 0 php_value docref_ext 0