BPS Pro PHP Error log emails

Home Forums BulletProof Security Pro BPS Pro PHP Error log emails

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #38828
    Tin Hoang
    Participant

    Hello,

    I am getting a lot of BPS Pro PHP Error Log email notifications. When I look into the log for today, April 2, I don’t see anything that are NOTICES, WARNINGS, ERRORS etc. Below is a snippet of my PHP error log from BPS:

    [02-Apr-2020 13:20:16 UTC] This is managed URL: /wp-cron.php?doing_wp_cron=1585833615.6059000492095947265625|
    [02-Apr-2020 13:20:16 UTC] This is managed URL: /|
    [02-Apr-2020 13:20:18 UTC] This is managed URL: /wp-admin/admin-ajax.php|
    [02-Apr-2020 13:22:18 UTC] This is managed URL: /wp-cron.php?doing_wp_cron=1585833737.8802130222320556640625|
    [02-Apr-2020 13:22:19 UTC] This is managed URL: /wp-admin/admin-ajax.php|
    [02-Apr-2020 13:22:30 UTC] This is managed URL: /robots.txt|
    [02-Apr-2020 13:22:30 UTC] This is managed URL: /events/3521-05/|
    [02-Apr-2020 13:22:30 UTC] This is managed URL: /wp-cron.php?doing_wp_cron=1d585833749.3615379333496093750000|
    [02-Apr-2020 13:22:31 UTC] This is managed URL: /wp-cron.php?doing_wp_cron=1585833749.5078608989715576171875|
    [02-Apr-2020 13:23:16 UTC] This is managed URL: <MYIP>:80|
    [02-Apr-2020 13:23:17 UTC] This is managed URL: <MYIP>:80|
    [02-Apr-2020 13:23:19 UTC] This is managed URL: /wp-cron.php?doing_wp_cron=1585833799.0042819976806640625000|
    [02-Apr-2020 13:23:20 UTC] This is managed URL: <MYIP>:80|
    [02-Apr-2020 13:23:22 UTC] This is managed URL: <MYIP>:80|
    [02-Apr-2020 13:23:24 UTC] This is managed URL: <MYIP>:80|
    [02-Apr-2020 13:23:56 UTC] This is managed URL: /wp-signup.php?new=joanna99|
    [02-Apr-2020 13:23:59 UTC] This is managed URL: /sign-up/?action=new_blog|
    [02-Apr-2020 13:24:14 UTC] This is managed URL: /wp-cron.php?doing_wp_cron=1585833854.1369340419769287109375|
    [02-Apr-2020 13:24:15 UTC] This is managed URL: /robots.txt|
    [02-Apr-2020 13:24:16 UTC] This is managed URL: /|
    [02-Apr-2020 13:24:18 UTC] This is managed URL: /wp-admin/admin-ajax.php|
    [02-Apr-2020 13:25:55 UTC] This is managed URL: /?wordfence_syncAttackData=1585833952.9848|
    [02-Apr-2020 13:25:56 UTC] This is managed URL: /wp-admin/admin-ajax.php|
    [02-Apr-2020 13:25:56 UTC] This is managed URL: /wp-cron.php?doing_wp_cron=1585833953.9779291152954101562500|
    [02-Apr-2020 13:25:57 UTC] This is managed URL: /wp-cron.php?doing_wp_cron=1585833954.7589340209960937500000|
    [02-Apr-2020 13:25:58 UTC] This is managed URL: /wp-admin/admin.php?page=bulletproof-security%2Fadmin%2Fphp%2Fphp-options.php|
    

    I’ve cleared the log before this and the emails stopped for about a week but now they are back.
    Thank you in advance.

    Tin

    #38831
    AITpro Admin
    Keymaster

    Those are not standard PHP error log syntax error messages.  So what is happening is that a plugin or your theme is using your PHP error log to log those log entries, which should of course be logged to a log file instead of using your PHP error log file in my opinion.  😉  You could of course just ignore those messages being logged to your PHP error log because they are not actually errors and are just log entries.  If you look at this PHP.net help page you can see how those log entries are being made using the error_log() function.

    You can use the BPS Pro > Pro-Tools > String|Function Finder tool to find the plugin or your theme that is logging those log entries or yeah just ignore them.

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