6 Aug

Wordpress Upgrade Memory exhausted Problem

Filed under: Hacks No Responses
If you have the same type of error, probably you have the offending plugin plugins or groups and recommend deactivating all plugins for the upgrade. You can also try what I did and see what plugin is causing the problem. Keep in mind, only the most recent plugin disabled, but a combination of two or more modules.

Another solution, which I try, but others have found success with WordPress increasing memory limit. To increase the memory limit, add this piece of code in wp-config.php file immediately after the opening php statement:

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

If you do not know how to edit the core WordPress file, sorry I will not in this message, and I suggest you stick to switch off the solution or more plugins, see this issue in the WordPress.org forums.

Popularity: 3% [?]

If you enjoyed this post, make sure you subscribe to my RSS feed!

Related posts:

  1. Wordpress PHP Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate … bytes
  2. How to save Ftp Information in wordpress
  3. Upgrade To wordpress 2.8 Failed
  4. Wordpress Automatic Upgrade Not Working
  5. How can I restore the Removed Widget Wordpress
  6. How To Automatically Resize Images In Wordpress Blogs
  7. How To Install BBpress In Wordpress With Cookie Integration
  8. How to add tabs in Your wordpress posts
  9. How to transfer Wordpress from subdirectory to root?
  10. How To Login In Wordpress Using encrypted SSL
  11. Must Have Wordpress Plugins Collection
  12. Fatal Error Upgrading Wordpress
  13. How To Podcast Through Wordpress
  14. How to remove the Category Base from the url permalink structure Of Wordpress
  15. How To Insert Iframe In Wordpress Posts and pages
  16. AdSense Wordpress Theme
  17. How To Add Twitter Updates To Wordpress Blog
  18. How to Remove Malicious Footer Links Code In Wordpress
  19. Best Seo Plugins for Wordpress
  20. document.write unescape problem wordpress
  21. How to Include Posts Inside pages Wordpress
  22. How many Plugins you use in wordpress blog
  23. How to remove category base from permalinks.
  24. How to create best Robots.txt For Wordpress
  25. How to Add Javascript Code In Wordpress Posts

Written on August 6 2009 and is filed under Hacks. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

Leave a Reply