PHP Error log, can't find

Discussion in 'General' started by muekno, Nov 26, 2015.

  1. muekno

    muekno Active Member HowtoForge Supporter

    I have problems with a TYPO3 site after upgrading, first problems are solved by redirecting PHP errors to the screen, but now the refresh of the page seems to override the error message. So I like to write the PHP errors to a file i.e. /var/log/php_error.log
    Tried different things but do not get the file. What will be the right way do to this in ISPConfig for a dedicated website.

    Thanks

    Rainer
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Add the necessary php settings in php.ini style into the custom php.ini field of the website.
     
  3. muekno

    muekno Active Member HowtoForge Supporter

    I Dis this, seams not to work
    display_errors = On
    error_log = /var/log/php-scripts.log
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    Check with phpinfo() if the settings got applied. Please be aware that the ph mode has to be fcgi or fpm.
     

Share This Page