Generally, php error displaying is turned off by default on servers.
Copying the code below and adding it to the beginning of the page will allow you to start seeing php errors.
PHP-Code:
error_reporting(E_ALL);
- ini_set("display_errors", 1);
Generally, php error displaying is turned off by default on servers.
Copying the code below and adding it to the beginning of the page will allow you to start seeing php errors.
PHP-Code:
error_reporting(E_ALL);
- ini_set("display_errors", 1);
Test test test
yilmaz (26.03.23)
Test test test
Aktive Benutzer in diesem Thema: 8 (Registrierte Benutzer: 0, Gäste: 8)