• Hi,

    I asked my server provider what is causing http 500 error on my website and he sent me this PLEASE HELP:

    [Wed May 24 11:53:49.867976 2023] [fcgid:warn] [pid 1695112:tid 139703676303104] [client 40.77.167.147:0] mod_fcgid: stderr: PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 1052672 bytes) in /home/www/clients/client3290/web13024/web/wp-includes/class-wpdb.php on line 3130

    [Wed May 24 11:53:49.867979 2023] [fcgid:warn] [pid 1695112:tid 139703676303104] [client 40.77.167.147:0] mod_fcgid: stderr: PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 360448 bytes) in /home/www/clients/client3290/web13024/web/wp-content/plugins/wp-hide-security-enhancer/include/functions.class.php on line 2007

Viewing 1 replies (of 1 total)
  • Plugin Contributor Maya

    (@tdgu)

    Hi,
    It appears you are near the edge with the used memory. On that spot near line 2007, the code is making the required replacements. That do not requires too much memory ( possible 10-20Mb), still it depends on your HTML data size.
    Can you ask your server support on how to increase the allocated memory for your account? At the moment appears to be 256Mb, try to increase it to 512Mb which will make a fix.

    Thanks

Viewing 1 replies (of 1 total)

The topic ‘Causing HTTP500 error on my website’ is closed to new replies.