PHP Error Log email notifications

Home Forums BulletProof Security Pro PHP Error Log email notifications

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #40951
    AITpro Admin
    Keymaster

    Email Question:

    I hope you are doing well.

    I came across this plugin on the WP repo: https://wordpress.org/plugins/fatal-error-notify/.

    It keeps me alert of what could go wrong on the front end by sending me email notifications when it catches one of the following errors:

    - E_ERROR,
    - E_WARNING,
    - E_PARSE,
    - E_NOTICE,
    - E_CORE_ERROR,
    - E_CORE_WARNING,
    - E_USER_ERROR,
    - E_USER_WARNING,
    - E_USER_NOTICE,
    - E_STRICT,
    - E_DEPRECATED.

    Can you confirm that BPS Pro does not already have this feature hidden somewhere in the BO? If I can do the same with BPS Pro, I see no reason to have another plugin installed.

    #40952
    AITpro Admin
    Keymaster

    Answer:

    The BPS Pro > P-Security > ini_set Options page > Error Reporting option allows you to choose which php errors are logged. The default option setting is:  E_ERROR|E_WARNING|E_PARSE.  If you want to log all php errors you can change that option setting to:  E_All > https://www.php.net/manual/en/function.error-reporting.php

    If you want to be notified by email when a php error occurs you can choose that option on the S-Monitor page > PHP Error Log: New Errors in The PHP Error Log > Send Email Alerts.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.