• I’ve gotten this error:

    Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 4864 bytes) in /home/freehost/t35.com/l/i/linkyoursite/blog/wordpress/wp-includes/widgets.php on line 1243

    What does this mean?

Viewing 8 replies - 1 through 8 (of 8 total)
  • schank, add this to your wp-config.php:

    define('WP_MEMORY_LIMIT', '64M');

    Thread Starter schank

    (@schank)

    ok, i added that to the config file, but it’s not working. Here’s where I’m trying to install it: linkyoursite.t35.com/blog/wordpress

    Moderator Samuel Wood (Otto)

    (@otto42)

    www.remarpro.com Admin

    schank: You may not be able to fix this yourself. You may need to have your web host increase the PHP memory limit. It appears to be currently set to 8M. We recommend at least 64M, but 32M at minimum.

    Well I had the same problem too… When I tried to upgrade from WordPress 2.8 to 2.8.2 I got a Fatal Error saying allowed memory size exhausted..

    I just tried Deactivating the active plugins and clicked the Automatic Upgrade mode.. It all worked fine… ??

    Hello, I had the same problem too !… When complete the upgrade to WordPress 2.8.4 I got a Fatal Error saying allowed memory size exhausted..
    in sections in dashboard appear this:

    Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 64 bytes) in /mounted-storage/home98a/sub003/sc61649-XITI/sitios/vencidas/wp-includes/class-simplepie.php on line 13201

    Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 34837 bytes) in /mounted-storage/home98a/sub003/sc61649-XITI/sitios/vencidas/wp-includes/http.php on line 1327

    or in other site

    Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /mounted-storage/home98a/sub003/sc61649-XITI/wp-includes/class-simplepie.php on line 13548

    How can I fix it in both sites?

    This worked fine for me.
    Thanks a lot!

    I just did this:
    Add this line to your wp-config.php

    define(‘WP_MEMORY_LIMIT’, ’64M’);

    Can you tell me where do I add this line exactly bcuz when I try to add a plugin, it shows me define('WP_MEMORY_LIMIT', '64M');

    Also, I don’t know why the nav bar loads unusually than it naturally does as loads lower than it should. Any ideas why?

    Here’s my site:

    https://trafficvoodooreviews.com

    @ronakshah the code should be added after <?php (second line) in wp-config.php file.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Fatal Error’ is closed to new replies.