WordPress 3.3 was released and there seems to be problem allocating memory and this is mainly caused by wordpress hitting PHP memory limit while updating wordpress or uploading media file and adding or activating plugins.

The error looks something like these

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /home/XXXwebsite/public_html/wp-admin/media.php“.

This problem does not necessarily happen on all servers depending on what your host has allocated for memory limit and there are few ways you can increase the limit and you can try any of method below.

1. Try adding this line to your wp-config.php file:
define(‘WP_MEMORY_LIMIT’, ’128M’);

If this does not work you will need log in ftp client or server and find php.ini file in root and edit the file.

2. If you have access to your PHP.ini file, change the line in PHP.ini
If your line shows 32M try 128M:
memory_limit = 128M ; Maximum amount of memory a script may consume (128MB)

3. If you don’t have access to PHP.ini try adding this to an .htaccess file:
php_value memory_limit 128M

If none of above works then may be your host has restricted you to increase the memory limit then you will need to contact your host and let them know of the problem before you make any other changes to your wordpress install.

As always your feedback and comments are welcome

Related Posts

2 Responses to WordPress 3.3 Allowed Memory Limit Error

Leave a Reply

Your email address will not be published. Required fields are marked *

Connect with Facebook

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

What is 6 + 7 ?
Please leave these two fields as-is:
IMPORTANT! To be able to proceed, you need to solve the following simple math (so we know that you are a human) :-)

 

Become A Fan
Free Report

WordPress Optimization Secrets

Get Your Blog To Rank Higher

Register and Download Free Report

Buy Me Coffee
Donation



Other Amount:



I appreciate a donation if you find my tutorials helpfull :



Your privacy will never be compromised or shared.