Open Source Tutorials - Open Source Training
Open source training & tutorials from experienced, passionate people
chrome icon firefox icon ie icon opera icon safari icon Sings in these Browsers
A- A A+

By A Web Design

Welcome, Guest
Username Password: Remember me

Fatal error: Out of memory (allocated 31719424)
(1 viewing) (1) Guest
All your queries regarding
Wordpress Blog,
Installation of Wordpress Blog,
Configuration of Wordpress ,
Using Wordpress as a CMS,
Wordpress Plugins and tonnes more... will be solved in this forum...
  • Page:
  • 1
TOPIC:

Fatal error: Out of memory (allocated 31719424)

Fatal error: Out of memory (allocated 31719424) 10 months, 1 week ago #684

  • sami
  • OFFLINE
  • Junior Boarder
  • Posts: 24
  • Karma: 0
Okay, I received the following message when attempting an automatic update to WordPress 3.2 (from 3.1.3) through the dashboard:

Fatal error: Out of memory (allocated 31719424) (tried to allocate 2111437 bytes) in /homepages/31/d313374364/htdocs/thinkjapan/wp-includes/class-http.php on line 1420

But I'm not understanding exactly what it means or how to solve it. Can anyone with more php experience enlighten me?

I appreciate the help!

Re: Fatal error: Out of memory (allocated 31719424) 10 months, 1 week ago #685

  • nikhil
  • OFFLINE
  • Fresh Boarder
  • Posts: 19
  • Karma: 1
This error has to do with PHP running out of memory to work with.

Try one of the following solutions (only one) to increase the amount of memory that PHP is allowed to access:

1. Increase the memory limit setting in php.ini e.g. (memory_limit = 64M . Many hosts may not allow this.

2. Increase the memory limit via .htaccess e.g. (php_value memory_limit 64M). Many hosts may not allow this.

3. Increase the memory limit via wp-config.php e.g. (define('WP_MEMORY_LIMIT', '64MB')

If 64MB isn't enough, try 128.

If you're not sure how to do this, call your hosting provider's support and explain the situation and that you need some help to increase the memory limit for WordPress - they will understand what you need.
  • Page:
  • 1
Time to create page: 1.21 seconds
OSV Newsletter


Receive HTML?

NOTE: To prevent subscription to the OSV newsletter, uncheck the checkbox above.
Guest Blog for OSV
Free Ebook Download