• Should periodically clear/delete these 2 log files:

    /wp-content/uploads/sucuri/sucuri-auditqueue.php
    /wp-content/uploads/sucuri/sucuri-oldfailedlogins.php

    Since sucuri seems to load them anywhere in wp-admin – when they get very big = causes memory_limit exceeded errors:

    PHP Fatal error:  Allowed memory size of 268435456 bytes exhausted (tried to allocate 4096 bytes) in /home/aaa/public_html/wp-includes/class-wp-recovery-mode.php on line 363
    PHP Fatal error:  Allowed memory size of 268435456 bytes exhausted (tried to allocate 4096 bytes) in /home/aaa/public_html/wp-content/plugins/sucuri-scanner/src/cache.lib.php on line 260

    At the moment forced to set cron task / delete manually, which is inconvenient for large number of sites.

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Big log files = fatal error in backend. Add log purge’ is closed to new replies.