It looks like you're new here. If you want to get involved, click one of these buttons!
# supress php errors
php_flag display_startup_errors off
php_flag display_errors off
php_flag html_errors off
# enable PHP error logging
php_flag log_errors on
php_value error_log /home/[path]/public_html/[domain]/PHP_errors.log