GoDaddy Aiuto

Abbiamo cercato di tradurti questa pagina. È disponibile anche la versione in inglese.

Configura la registrazione degli errori PHP

Quando si risolvono errori PHP , è necessario rivedere i registri PHP. Se non hai registri PHP da rivedere, utilizza la seguente procedura per configurare la registrazione:

Note: For WordPress and Managed WordPress error logging please see Abilita la modalità di debug in WordPress per visualizzare gli errori.
  1. È sempre necessario eseguire il backup del sito prima di apportare modifiche al sito.
  2. Individua il file di inizializzazione PHP .
  3. Edit the file. (Web Hosting (cPanel) / Windows Hosting (Plesk) / VPS Hosting)
  4. Place the following line in your initialization file:
    error_log = /path/to/your/webroot/php_error.log
    • error_log è la funzione PHP che indicherà al server web di inviare i log in un nuovo file.
    • /path/to/your/webroot/php_error.log is the path to your new log.
  5. Make sure to replace /path/to/your/webroot with the actual path your hosting account uses.
  6. What is my absolute path? (Web Hosting (cPanel) / Windows Hosting (Plesk)).
  7. Crea un file denominato php_error.log nella radice web del tuo hosting.
  8. Restart your PHP processes.(Web Hosting (cPanel) / Windows Hosting (Plesk)).

Passaggi successivi

Altre informazioni

  • Per ulteriori informazioni sui registri di errore PHP, visita PHP.net .