Support Forum
I have various podcasts that I post on my site and link them to the forums for discussion and whatnot. Multiple times now I have gotten an error message that looks like this
Fatal error: Allowed memory size of 100663296 bytes exhausted (tried to allocate 76550145 bytes) in /problem-with-post-edit-buttonome/dead2010/domains/deathsdoorprods.com/public_html/wp-includes/class-http.php on line 1106
and like that one every time the amount of data the forum attempts to allocate is always smaller than the allowed memory size. any ideas how to keep this from happening?
have you tried increasing your php memory? the message simply says what the latest code tried to allocate - it does not say what has already been allocated...
Visit Cruise Talk Central and Mr Papa's World
I am also going through same problem, Is this serious error or this is a general error..?
This is not, as such, an 'error'. It simply means that you do not have enough php memory available to run everything you are trying to run on your site. So you need to increase the allocation your host has set up for you - if they will let you.
You could firstly try this do it yourself method - http://wiki.simple-press.com/i.....hp-memory/
If that doesn't work then you will have to ask your hosting company for more.
Or reduce the amount of code being run. Start by ensuring that any plugins you do not really want are deactivated - and I am really talking about WP here not SP. Each one adds code and uses up available memory.
YELLOW
SWORDFISH
|
1 Guest(s)