• I have used Simple Local Avatars fopr a while and it has worked fine until now.. I now get this:

    Fatal error: Out of memory (allocated 30932992) (tried to allocate 6144 bytes) in /homepages/26/d274213865/htdocs/hannah/wordpress/wp-includes/media.php on line 254

    ..whenever the plugin is activated.

    https://www.onewaycommunication.co is the site I am using.. what can I do?

Viewing 4 replies - 1 through 4 (of 4 total)
  • This is not a plugin issue. It’s a memory issue. Try increasing the memory available to PHP:
    https://www.ads-software.com/support/topic/253495#post-1017842

    Thread Starter NorthLion

    (@northlion)

    Thanks!

    I tried this step in those instructions:

    3. Try adding this line to your wp-config.php file:
    Increasing memory allocated to PHP
    define(‘WP_MEMORY_LIMIT’, ’32M’);

    but the issue still remains. I didn’t quite undertsand the other steps

    Try asking your hosts for assistance.

    I managed the problem downloading all the biggest images from the ftp, that some users upload (from 800kb to 10mb) and resized to a smaller size, than replace it. My host memory limit is 64M and still got fatal error, and to have more, i have to buy an VPS plan or upgrade my host.. so i think the solution would be to limit users upload file size to max 300kb or so!

    Is there a way to do that?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Simple Local Avatars – fatal error’ is closed to new replies.