Protokolování chyb PHP - Triky CSS

Anonim

Přihlaste chyby do souboru a zabraňte jejich zobrazení uživateli. Ujistěte se, že soubor existuje a můžete do něj zapisovat.

# display no errs to user php_flag display_startup_errors off php_flag display_errors off php_flag html_errors off # log to file php_flag log_errors on php_value error_log /location/to/php_error.log