Displaying PHP errors

Discussion in 'General' started by ris516, Feb 3, 2008.

  1. ris516

    ris516 New Member

    I am using ISPconfig to host my business web site but have several other web sites on the same server. I have set display_errors to off in the php.ini file for security however; I want to set up a test web site for debugging. Is there any way to set display_errors to ON for just one site?
     
  2. Ben

    Ben Active Member Moderator

    I would suggest to set this either in each script via ini_set();
    or
    for the web an apache directive (php_admin_flag display_errors 1) in ispconfig.
     

Share This Page