php not displaying errors

Discussion in 'Installation/Configuration' started by Gustavs, Aug 1, 2015.

  1. Gustavs

    Gustavs New Member

    I have this in my php.ini
    Code:
    error_reporting = E_ALL
    display_errors = On
    
    When i try to echo undefined variable nothing happens - i did not see any error
    i restarted apache

    can you help me?
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Check with phpinfo() that you edited the correct php.ini and ensure that you restarted apache afterwards.
     

Share This Page