How can I fix HTTP Errors on my Wordpress Installation?

Avatar
  • updated
  • Answered

I have two Wordpress Installations, I have been problems when I tried to upload photos. Because 
though I set to uploads until 128 MB file size always it appears a HTTP Error. I need help whit it. 

Avatar
IMH Support Agent 2
  • Answered

Hello Jaimesilvarod,

Sorry for the problems with the HTTP errors when uploading an image file in WordPress. Unfortunately, there are many possible causes to this error.  The upload file size isn't the main problem since you have increased it.  Start with the memory limit that your WordPress site uses.  You can increase it in the wp-config.php file in the root of your WordPress file installation. Add this code to make more memory available to your WordPress site:

define( 'WP_MEMORY_LIMIT', '256M' );

If that doesn't work, then check out this article for further steps you can take to help resolve the issue.  If you have any further questions or comments, please let us know.


Kindest regards,

Arnel C.