Hi,

I am trying to upload image/video to the post and receiving this error message. Hence, I have searched the solutions and fix my problem. I think many of the wordpress users are receiving this type of error message. Hence, I have decided to share the solution here to overcome their problem.

1) Either rename/remove Plugins folder via FTP or disables all the Plugins from database
[refer: http://www.bestwpthemez.com/wordpress/how-to-disable-all-wordpress-plugins-from-the-database-2205/]

2. If you have an access of PHP.ini file of the account/server then change the line in PHP.ini where line shows 32M to 64M:
memory_limit = 64M; Maximum amount of memory a script may consume (64MB)

3. If you do not have access of PHP.ini file then add this to an .htaccess file of your domain:
php_value memory_limit 64M
4. Try to add this line to your wp-config.php file to increase allocated memory to PHP:
define(‘WP_MEMORY_LIMIT’, ’64M’);

If all this option can not resolve the issue then you need to contact your hosting service provider to resolve this issue.

Thanks,

Shane G.

Popularity: 1%

Related posts:
  1. Case Study – PHP Fatal Error: Out Of Memory Hi, Problem Summary: I am receiving this error message on...
  2. Case Study: Fatal error: Cannot redeclare security_update() Hi, Problem Summary: I have upgraded plugins on my blog...
  3. Case Study: Fatal error: Call to undefined function get_option() In WordPress Blog Hi, Problem Summary: Whenever I login into wordpress admin area,...
  4. Case Study: Fatal error – Call to undefined function wp_dashboard_setup() in /home/username/public_html/wp-admin/index.php on line XX Hi, Problem Summary: Many wordpress users getting this error message...
  5. Case Study: Fatal error – Call to undefined function wp_clone() In WordPress Blog Hi, Query: After wordpress upgrade to 2.7…receiving below mentioned error...

Leave a Reply

You must be logged in to post a comment.