Ergebnis 1 bis 4 von 4

Thema: Quickly Show All PHP Errors

  1. #1
    Administrator Avatar von yilmaz

    Info

    Quickly Show All PHP Errors

    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:
    1. error_reporting(E_ALL);
    2. ini_set("display_errors"1); 

    6 Reaction
    1
    1
    1
    1
    1
    1

  2. #2
    Administrator Avatar von yilmaz

    Info

    Test test test

    6 Reaction
    1
    1
    2
    1
    1

  3. The Following 2 Users Say Thank You to yilmaz For This Useful Post:

    yilmaz (26.03.23)

  4. #3
    Administrator Avatar von yilmaz

    Info

    Test test test

    6 Reaction
    1
    1
    2
    1
    1

  5. #4
    Administrator Avatar von yilmaz

    Info



Aktive Benutzer

Aktive Benutzer

Aktive Benutzer in diesem Thema: 1 (Registrierte Benutzer: 0, Gäste: 1)

Benutzer, die dieses Thema gelesen haben: 1

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein
  •