• Resolved boanro

    (@boanro)


    If Maintenance is enabled:

    1. then the automatic Scanner stops working (it does not run via cron). You can only start scanning manually.
    2. Errors are displayed in the error_log file every time the site pages are loaded:

    PHP Warning: Cannot modify header information – headers already sent in /home/…/…/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-wp-loaded-tasks.php on line 80

    Plugin updated to the latest version

Viewing 1 replies (of 1 total)
  • Plugin Support hjogiupdraftplus

    (@hjogiupdraftplus)

    Hi @boanro

    Is this the scanner works as the wp cronjob or crontab cronjob?

    If crontab what method used by scanner to fetch page? Generally if you set site under maintenance except admin login it will be seen as under maintenance page.

    That warning means before header mentioned below sent for site under maintenance any other content sent. you can check the output what it starts with and let me know? it can be the white space or any other output also.

    header("HTTP/1.0 503 Service Unavailable");
Viewing 1 replies (of 1 total)
  • The topic ‘Problems in the operation of the Maintenance’ is closed to new replies.