Viewing 11 replies - 1 through 11 (of 11 total)
  • Olá,
    I have the same problem to.

    Please fix

    Thank You

    in PHP 5.6 i have the same problem to.

    @ivanomio & @josé

    Check your web server error_log for any errors.

    Oh and what web server and what version of that web server are you using ?

    dwinden

    @josé: This is not your topic. If you require assistance then, as per the Forum Welcome, please post your own topic.

    Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 48235552 bytes) in /home/…/public_html/domain.com/directory/plugins/better-wp-security/core/modules/backup/class-itsec-backup.php on line 153

    @josé

    Disable the Database Backups module.

    dwinden

    @dwinden
    Thank You

    FWIW, this is usually a site/hosting issue – not a plugin one.

    There are three ways to increase PHP’s memory allocation:

    1. If you can edit or override the system php.ini file, increase the memory limit. For example, memory_limit = 256M

    2. If you cannot edit or override the system php.ini file, add php_value memory_limit 256M to your .htaccess file.

    3. If neither of these work, it’s time to ask your hosting provider to temporarily increase PHP’s memory allocation on your account.

    @esmi

    I have put memory_limit = 512M

    Thread Starter ivanomino

    (@ivanomino)

    There is an offtopic post here.
    However, is your plugin compatible with PHP7 or not ?
    I am getting error 500 when using php7 on backend

    José – Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 48235552 bytes) in /home/…/public_html/domain.com/directory/plugins/better-wp-security/core/modules/backup/class-itsec-backup.php on line 153

    Same error has occurred on my site also.
    and there will be a 0.5% of downtime on my server.
    While accessing the website, it shows 500 error, but it will be ok after a refresh.

    Disabled the ‘Backup module’ like dwinden mentioned. Seems its resolved now.
    Thanks.

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘error 500 with php7’ is closed to new replies.