Skip to content

Enable PHP error Logging with php.ini at IONOS or similar hosting providers

CAPTCHA

Simply put a php.ini file in the root of your installation and force the error. Afterwards you will see the errorphp-errors.log file. Maybe you nee to remove the old file before a new one can be generated.

error_reporting = E_ALL | E_STRICT;
log_errors = On;
display_errors = On;
error_log = /homepages/39/d35259674/htdocs/happy-brands-wp/php-errors.log;

Dieser Beitrag hat 0 Kommentare

Schreibe einen Kommentar

Deine E-Mail wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert

An den Anfang scrollen