Development website; error reporting

Discussion in 'Installation/Configuration' started by Thomas Jensen, Jun 30, 2010.

  1. Thomas Jensen

    Thomas Jensen New Member

    How do i setup the perfect development website? I've added the following to "apache directives":
    Code:
    php_admin_flag display_startup_errors on
    php_admin_flag display_errors on
    php_admin_flag html_errors on
    php_admin_flag error_reporting = E_ALL | E_STRICT
    But the error reporting level isn't set right? I can only change the error reporting, by editing the php.ini file.

    Thanks
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Which php mode do you use?
     
  3. Thomas Jensen

    Thomas Jensen New Member

    I use "fast-CGI"
     
  4. falko

    falko Super Moderator Howtoforge Staff

    php_admin_flag works only with mod_php.
     
  5. Thomas Jensen

    Thomas Jensen New Member

    Okay, is there a way to change the flags, per website?
     
  6. falko

    falko Super Moderator Howtoforge Staff

Share This Page