GoDaddy Help

We hebben geprobeerd om de pagina zo goed mogelijk voor je te vertalen. De Engelse pagina is ook beschikbaar.

PHP -foutregistratie instellen

Wanneer je PHP -fouten oplost , moet je je PHP -logboeken bekijken. Als je geen PHP -logboeken hebt om te bekijken, gebruik je het volgende proces om logboekregistratie in te stellen:

Note: For WordPress and Managed WordPress error logging please see Schakel WordPress-foutopsporingsmodus in om fouten weer te geven.
  1. Je moet altijd een back -up van je site maken voordat je wijzigingen aanbrengt op je site.
  2. Zoek je PHP -initialisatiebestand .
  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 is de PHP -functie die de webserver vertelt om je logboeken uit te voeren naar een nieuw bestand.
    • /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. Maak een bestand met de naam php_error.log in de webroot van je hosting.
  8. Restart your PHP processes.(Web Hosting (cPanel) / Windows Hosting (Plesk)).

Volgende stappen

Meer informatie

  • Ga naar PHP.net voor meer informatie over PHP -foutenlogboeken.