• Resolved Bradley

    (@ebh89)


    I have WordPress 3.0.5. But it asks me to upgrade to WordPress 3.1? Weird. Anyway, I have been getting these errors. The simplepie.php shows when I log into WordPress on my site where the “WordPress Blog is.” The class-http.php error shows when trying to update.

    Simplepie Error:

    Fatal error: Out of memory (allocated 16252928) (tried to allocate 1245184 bytes) in /home/MYUSERNAME/public_html/blog/wp-includes/class-simplepie.php on line 5410

    Class Error:

    Fatal error: Out of memory (allocated 16515072) (tried to allocate 2097905 bytes) in /home/MYUSERNAME/public_html/blog/wp-includes/class-http.php on line 1402

    Me and my host has tried everything. The php.ini file was edited as well as the .htaccess file. define(‘WP_MEMORY_LIMIT’, ’64M’); was added to the wp-config.php file. No luck. My host told me it is working fine for him. What can I do? I am so frustrated.

Viewing 5 replies - 1 through 5 (of 5 total)
  • I have a similar problem.
    Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 1844093 bytes) in /home/myusername/public_html/test/wp-includes/class-http.php on line 1402

    I tried it with Twenty Ten in case it was a template issue but it was the same result. Also tried it on another site i have with similar outcome.

    I have WordPress 3.0.5. But it asks me to upgrade to WordPress 3.1? Weird.

    That’s not weird. 3.1 is newer than 3.0. The .5 is an update to 3.0.

    Thread Starter Bradley

    (@ebh89)

    I now understand, Spherical. For those having this same issue, my issue was solved by my host doing a server update. So talk with your host and he or she can get you up and running again! 🙂

    My problem may have been with a plugin. Disabling all plugins on my test site allowed WordPress to install on one of my sites, with one plugin, Efficient Related Posts, generating this message

    The plugin generated 649 characters of unexpected output during activation. If you notice “headers already sent” messages, problems with syndication feeds or other issues, try deactivating or removing this plugin.

    I’ve alerted the authors.

    I added this line to my wp-includes/cache.php file (right after the <?php

    tag: )

    ini_set(‘memory_limit’,’64M’); // set memory to prevent fatal errors

    Now Error is gone

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Out of memory error simplepie.php and class-http.php.’ is closed to new replies.