Trusted WordPress tutorials, when you need them most.
Beginner’s Guide to WordPress
WPB Cup
25 Million+
Websites using our plugins
16+
Years of WordPress experience
3000+
WordPress tutorials
by experts

How to Fix Image Upload Issue in WordPress (7 Easy Tips)

Image upload errors can be frustrating, especially for beginners. One moment, everything works fine, and the next, you can’t upload an image without any changes on your end.

This is actually one of the common image issues in WordPress. The good news is that fixing it is easier than you might think.

We have run into countless image upload issues on our own WordPress websites, so we know how annoying these errors can be. Luckily, this also means we know several methods to troubleshoot and fix these problems.

In this article, we’ll guide you through the steps to fix image upload issues in WordPress. Follow along, and you’ll be back to uploading images in no time.

Fixing image upload issues in WordPress

What Causes the Image Upload Issue in WordPress?

There are a few common reasons why you might have trouble uploading images in WordPress.

First, cross-browser issues can be a factor. Sometimes, an image uploads fine in one browser but not in another. Different browsers handle file uploads differently, which can lead to problems.

Invalid file names can also cause problems. If your image file name has special characters or spaces, then WordPress might not accept it. That’s why we recommend always using simple file names with letters, numbers, and dashes.

The cache can interfere with image uploads, too. An outdated cache can cause all sorts of issues, so clearing your site cache can resolve upload problems.

Plus, some plugins can conflict with the image upload process. A plugin might be causing an issue without you realizing it. For example, the settings or features of a plugin sometimes interfere with the upload function.

Or your theme might be the culprit. Some themes are not built properly and can interfere with image uploads. A poorly coded theme can create conflicts and errors that prevent successful uploads.

It could also be due to incorrect file permissions. This means WordPress can’t write to your uploads folder, and you’ll face errors during the upload if the permissions are not set correctly.

Finally, it might be a memory limit problem. If your site doesn’t have enough memory allocated by your hosting services, then it can’t handle large files. This can result in upload errors or incomplete uploads.

Don’t want to handle image issues on your own? Let the experts at WPBeginner Pro Services help! We offer affordable Emergency WordPress Support to quickly fix WordPress image issues or any other errors. Stop stressing over your site and get it taken care of. Check out WordPress Support Services today!

Video Tutorial

Subscribe to WPBeginner

If you’d prefer written instructions, then keep on reading.

Fixing the Image Upload Issue in WordPress

Understanding the common causes of image upload issues in WordPress is the first step. And now that you know some of the most common reasons for image upload issues in WordPress, we’ll show you how to fix them.

Here is a quick overview of all the tips we’ll cover in this guide:

Ready? Let’s get started.

Tip 1: Reload the Page or Test With a Different Browser

First of all, more often than not, reloading the page can fix the issue. This may sound like a simple fix, but it often works.

The image upload issue can be caused by your login session expiring. If this happens, reloading the page or navigating back from another tab will log you out. You will need to log in again.

The issue might also occur because WordPress is losing its connection with the browser. This can happen due to issues with your internet service provider or temporary problems with your WordPress host. Reloading the page and reuploading the image file can resolve this error.

Other times, the image upload issue might be browser-related. You might want to try uploading your image using a different web browser. This can help you identify whether the problem is specific to your current browser.

Tip 2: Reupload the Image Through the Media Library

If the issue continues after reloading the page or switching to a different browser, then you might want to try reuploading the image through the media library.

So, instead of uploading the image directly through the post or page, you’ll want to go to Media » Add New Media File from your WordPress dashboard.

Then, simply click ‘Select Files’ and try uploading the image there.

Uploading images through the Media Library

This can sometimes fix the issue.

Tip 3: Rename Your Image File

If your image file name contains spaces, then WordPress might reject it. Also, you should avoid using special characters like ‘#,’ ‘!,’ or ‘@.’ These characters can create issues because web servers and browsers may not support them.

So, let’s make sure you rename your image file to something simple and straightforward. You’ll want to use only letters, numbers, and dashes.

For example, instead of ‘my image #1!.jpg,’ you can rename it to ‘my-image-1.jpg.’

Tip 4: Clear Your Cache

An outdated cache can lead to different issues, including image upload problems.

Caching is used to speed up your site by storing copies of your content, but it can sometimes cause conflicts. An outdated or corrupted cache can prevent new uploads from being recognized or processed correctly.

Refreshing the cache can often resolve the issue by ensuring that your site processes the new upload without any old, conflicting data getting in the way.

Luckily, it’s easy to clear your site cache. This can usually be done through your caching plugin, like WP Rocket, or your hosting provider’s control panel.

How to clear the WP Rocket cache manually

Then, you might also want to clear your browser cache. Your browser stores copies of web pages, including images, to load sites faster the next time you visit them. This is why an outdated browser cache can cause issues with new uploads.

To clear your browser cache, you typically need to go into the browser settings, find the option for clearing browsing data or cache, and select it.

For more details on clearing the cache, you can see our guide on how to clear your WordPress cache. Once the cache is cleared, go ahead and try uploading the image again.

Tip 5: Check for Plugin and Theme Issues

Sometimes, plugins or themes conflict with the image upload process. This can happen because some plugins or themes are not fully compatible with the latest version of WordPress or with each other.

To diagnose and fix this, you’ll need to perform some troubleshooting steps.

First, you’ll want to deactivate all your plugins. To do this, go to the ‘Plugins’ section in your WordPress dashboard and select ‘Deactivate’ for each plugin.

The Deactivate button under a plugin's name

You can also deactivate all of them at once.

For more detailed instructions, you can refer to our guide on how to easily deactivate WordPress plugins.

Next, you can switch to a default theme, like Twenty Twenty-One.

You can do this by going to Appearance » Themes in your WordPress dashboard and activating the default theme.

Activating Twenty Twenty-One

This step helps you determine if the issue is related to your current theme.

Then, try uploading the image again. If the upload works, it means that one of your plugins or your previous theme caused the problem.

To find the exact cause, you can start reactivating your plugins one by one. After activating each plugin, try uploading an image again. This way, you can find the specific plugin causing the conflict.

If the problem reappears after activating a particular plugin, you’ve found the culprit. It’s now time to look for an alternative or contact WordPress support.

If switching plugins doesn’t solve the issue, it might be related to the theme you were using. You can contact the theme developer for support or consider using a different WordPress theme.

Tip 6: Adjust the File Permissions

The image upload issue in WordPress can also happen because of incorrect file permissions. Your WordPress files are stored on your web hosting server and need specific file and directory permissions to work.

Wrong file permissions prevent WordPress from reading or uploading files on the hosting server. You may get the following WordPress error when uploading an image file:

‘Unable to create directory wp-content/uploads/2019/04. Is its parent directory writable by the server?’

Unable to create directory error

Or you might see the error:

‘The uploaded file could not be moved to wp-content/uploads/.’

Another sign of this issue is that your images disappear from the WordPress media library.

Missing images in media library

My Site Was Working Fine Before. Who Changed the File Permissions?

This could happen due to a number of reasons. A misconfiguration on your shared hosting server can sometimes change those permissions without you doing anything.

For example, your web hosting provider may have run an upgrade that unexpectedly changed file permissions.

If everything else is working fine on your WordPress website, then you can simply apply the correct file permissions to fix the image upload issue.

Note: This method is a bit more advanced. If you need help, don’t hesitate to contact our Emergency WordPress Support for assistance.

Changing File Permissions

In order to change file permissions, you will need to use an FTP client.

First, let’s connect to your website via FTP and then switch to the /wp-content/ folder. Inside, you will find the uploads folder, which is where WordPress stores all your media uploads, including images.

Now right-click on the uploads directory and then select ‘File permissions.’

Opening file permissions dialog box for uploads folder

This will bring up the file permissions dialog box.

From here, you will need to set file permissions for the uploads directory and all the subdirectories inside it to ‘744’.

Change folder permissions

To do that, you can enter 744 into the numeric value box and check the box next to ‘Recurse into subdirectories.’ Then, simply click the Apply to directories only radio button.

Go ahead and click the ‘OK’ button to apply these changes. Your FTP client will now start applying file permissions to the directories.

Note: If setting directory permissions to 744 does not seem to solve your problem, then try 755.

In the next step, you will need to set file permissions for all the files in the uploads directory.

To do that, right-click on the uploads directory and select file permissions. In the file permissions dialog box, change the numeric value to ‘644’.

Then, you can check the box next to ‘Recurse into subdirectories’ and select Apply to files only.’

Finally, simply click on the ‘OK’ button to apply these changes.

File permissions

The FTP client will now change the permissions for all files inside the uploads folder. Once done, you can go back to your WordPress admin area and try uploading images again.

If you have any file upload forms on your website, you should test those as well.

Note: If you don’t know how to use an FTP client, then you can also use the file manager provided by your WordPress hosting company. Since the screenshots will vary from each host, you will need to talk to their support to find instructions.

Tip 7: Increase Your PHP Memory Limit

Sometimes, image upload issues occur because WordPress doesn’t have enough memory to process the upload. Increasing your PHP memory limit can help fix this.

Typically, you can do this by editing your wp-config.php file. However, the easiest way is to contact your hosting provider for help. They can increase your memory limit.

For more details, see our tutorial on how to increase the PHP memory limit in WordPress.

We hope this article helped you fix the image upload issue in WordPress. You may also want to see our complete troubleshooting guide or our guide on how to fix the most common WordPress errors.

If you liked this article, then please subscribe to our YouTube Channel for WordPress video tutorials. You can also find us on Twitter and Facebook.

Disclosure: Our content is reader-supported. This means if you click on some of our links, then we may earn a commission. See how WPBeginner is funded, why it matters, and how you can support us. Here's our editorial process.

Editorial Staff

Editorial Staff at WPBeginner is a team of WordPress experts led by Syed Balkhi with over 16 years of experience in WordPress, Web Hosting, eCommerce, SEO, and Marketing. Started in 2009, WPBeginner is now the largest free WordPress resource site in the industry and is often referred to as the Wikipedia for WordPress.

The Ultimate WordPress Toolkit

Get FREE access to our toolkit - a collection of WordPress related products and resources that every professional should have!

Reader Interactions

297 CommentsLeave a Reply

  1. Manpreet

    My permissions are 755 but unable to upload images

  2. johaness

    hi , how can I solve this problem. of inserting image in post, , after uploading pic. when I click on insert into post nothing happens

    • Ravi Kant Singh

      Try clicking ‘file url’ button first it fetchs url, then click insert into post. Hope it works for you.

  3. Ed S

    I tried this initially with 744. This stopped any images appearing at all for me on either wp-admin or my live website. Which was worrying and panic inducing!
    So then tried 755, and images are appearing again on my live website. Which is a relief.
    Still having exactly the same issue with uploading images though. Getting ‘http error’.

    • Angelica Perduta

      Same problem here. for images over a certain size. They do appear in the media library but with no thumbnail and can’t be edited. Small images do work however.

  4. JOY DUTTA

    When i go for 744 all thumbnail are shown but uploading error remain
    but when i go for 755 thumbnail gone but uploading error solved..
    Now what shall i do.

    • WPBeginner Support

      Hi Joy,

      Please ask your hosting provider, they can also fix directory permissions issue for you.

      Admin

      • JOY DUTTA

        Thanks for reply
        Today i checked also some images are uploaded but some images shown error in uploading

  5. Joe

    Thanks Edo, I worked it out.

  6. Edo Escada

    Hi,
    I did my way, solved very well

    Go to your hosting cPanel, go to PHP Version in the Software block..
    Go to PHP Options in the right button
    Edit to be like this :
    :
    memory_limit 1024M
    post_max_size 128M
    upload_max_filesize 64M

    Then back to cPanel frontpage

    Go to ModSecurity in the Security section
    Change to Disable for your domain.

    VOILAA !!!!

    Regards
    Let me know your success story

    • Atif

      Thanks a bunch dude, nothing else worked, but this PHP options setting worked for me.

  7. Tom

    If the issue is cropping up after transferring a site to a new domain this works for me:
    open the Settings menu, and select Media. If you see a file path with a textbox displaying where the files should be uploaded to, delete the text in the file path textbox, and click Save Changes once you’re done.

    No try uploading an image, should work fine.

    • Katie

      Thanks – that solved my problem. The server path had somehow been defined in Settings > Media. Removed it and replaced with the default wp-content/uploads, saved and that fixed it :-)

    • Gord

      Hi Tom,

      I just wanted to say thank you as well. Your post saved me a lot of grief! I used a plugin to migrate a site to a new provider. The tool is excellent, but in this instance were so many files in my uploads directory that I needed to exclude images and move them separately via ftp. I spent an hour carefully checking file permissions and ownership in the Wordpress uploads directory until I came across your post. Sure enough, nder “Settings / Media” there was a hardcoded path valid only with my old hosting provider. Great post!

    • Vu

      Thank you very much. My problem was same and your solution was great

    • ceesay

      Thank you, thank you, thank you!! This happened when I migrated this site. Hasn’t happened to any of the other sites I’ve migrated, but the Settings>Media path was exactly the problem.

    • Pri Freire

      Thank you soooo much!

  8. Mika Kaakinen

    Changing folder permissions to 755 resolved the issue for me. Thank you!

  9. Vimal

    I am facing a very basic problem, i tried many theme but when i add an element on a fresh new page it show the default content of (pagename and the recent post widget is visible and other widgets are behind my element i.e Slider) behind my slider or hero image Guyz PLz Help me

  10. Mark Hetherington

    I must have read two dozen different fixes fir this image error thing, then found a solution that s far, far easier than anything else I have read. In fact here’s the solution in three words: Change your browser.

    Yep, that’s all I did. I’ve tried lots of different “solutions” with no joy, then just by chance I was working on a different computer one day, using Opera instead of Chrome (I’ve had the error with IE, Edge, Firefox etc. too) and I had no problem uploading my images. I’ve been using Opera for the purpose for months now and never had the HTTP error since.

    I’m not saying it will work for every occurrence but it’s got to be worth a try!

    • Toon

      Wow! worked for me! Safari -> Chrome on OSX

  11. pooja

    I have problem ..I want somebody help me please..
    Some content of website like footer content are not displayed on chrome but it displayed on other web browser.I also change the Setting of chrome but its not work .So please help me…

  12. Pooja

    I have my old pictures in wordpress.
    But i’m unable to upload new images.

    Everytime i got this message….” Unable to create directory uploads/2017/09. Is its parent directory writable by the server”

    I tried all
    744
    755
    644
    but three of them didn’t works for me

    please tell any suggestion ?

    • Heather

      Me too! I even thought I fixed the problem by increasing the upload size through the Media section under Settings and nope! You know what got it to work?

      Resizing my freaking images. Silly me thought I was doing that through the settings on Wordpress, but nope!

      I have a Mac and I resized my large images to 1920×1080 or less and made sure my Media Settings allowed that and sure enough, it works! All those hours of frustration… *sigh* I hope that helps!

      • Joe

        I have no problem with inserting photos by doing so inside a paragraph and wraping text around it. But I cannot insert a larger photo in an area free of a paragraph. The size of the photo doesn’t change even though the file is larger. I changed the settings (media/settings) but nothing works. Can you help?

        • WPBeginner Support

          Hi Joe,

          Here is a simple tip that you can try if you haven’t already tried it. Press the enter key twice after adding a paragraph. Click on the upload media button to upload your photo. In the right column, select Full Size and then click on the insert image button. As soon as photo appears in your visual editor, press the enter key twice and start typing.

  13. Alice

    It still doesn’t solve my problem. I recently moved my newly created website from a subdomain to my main domain and everything worked fine except for my uploads. I went to my optons.php and tried to change my upload path. I noticed that when I tried to upload a file, the file is not even in my folder, doesn’t show up in my media library as a thumbnail. However, when I clicked on the broken image and clicked “edit image,” the image actually showed up!!! How weird! How can I fix my problem?

    • Melina

      Hi Alice, I have exactly the same problem! I tried all the solutions that are given down but because my problem is with my multisite duplicates and not with the root site, none of them works. I can uploads the pictures, the sub-site recognizes they are there but shows just grey thumbnails. When I go to my ftp all access are correct and I have already tried changing the upload path. Nothing works! Could you solve your problem? What was the solution??

      • Lakshya Mohan

        Similar problem is occurring with me. I have tried everything but still no use. When I upload an image, I see a blank thumbnail clicking on which I see a blank preview, but if I click on edit then only I am able to see the image. When I put that image in any post I see a broken link.

        • Chris Culver

          did anyone find the solution to this issue. I am having the same occurrence with a cloned site that was created to work on for a site rebuild

  14. Rafia khan

    Thank you so much for the help. It worked for me as well

  15. Tammy

    I refreshed cache in WordPress and that fixed it.

  16. mosh

    changing file permissions to 655 worked!

  17. Temi

    This is what I did to mine:

    I have moved my main file from one folder to the other in same cPanel and done some redirection. I didn’t change the LINK in Media setting for folder location so rather than images being located in the folder for the current domain directory, it was searching for images in the folder off the current one.

    Just go to Settings in your wordpress dashboard, locate Uploading Files, Store uploads in this folder and check the directory (link) in that box. If the domain name is the old one you transferred from, then change it to your current one and save. Try upload images again and you would be glad.

    • Robert

      Thanks to the author and also Temi, both your tips helped fixed my issue. I initially created my WP site in a subdirectory as well and subsequently moved it to the root folder to go live, not realising that Media settings was one of the places where I needed to update with the new URL to remove the subdirectory.

      Just to clarify for everyone else, the Uploading Files field is under Settings > Media.

    • Melvin W.

      Temi you are my hero!

    • Balram N.

      Temi, you are godlike. The uploads folder path setting on WP was the freaking issue!!!! Thank you so much.

  18. Alex mwailu

    I am proud to solve your problems people…Just Login to your Cpanel and deactivate ModSecurity, just deactivate it.then you will be able to upload your images comfortablly

    • Dominic

      Thanks Man, you just saved me, But is there any Disadvantage of Disabling Mod Security

  19. Lee Pascoe

    My images have uploaded into the media library, with no error messages and no permission problem.
    However, when I click Insert into Post, it remains blank.
    In Manage Products, there is a series of icons saying “No Image”
    I have tried this several times, and have 6 of the same images in the Media library, (which I can’t delete!) but still no images on the product page.
    I have tried this with 4 different pictures for 4 different products.
    Help!

  20. Divine Raphael

    The fiirst step worked perfectly well for me!!! Thanks WP Beginner

  21. Paul Keating

    If this problem seems to be only when using google chrome- I found the answer to cure this problem as follows:

    Go to settings on chrome- if you are signed in to chrome- sign out. reset the browser, clear the cache, reboot the machine and use chrome without signing in- presto !!!

    You should now be able to upload images using the normal way. let me know if this works for you !

  22. Dheeraj Soni

    Hello,

    I have been facing the issue of new image uploads being shown broken. I tried changing values from 755 to 744 & 711 & did 644 as well as as 655 but the issue is still persisting.. please suggest me how do i get this resolved?

  23. Mayaprakash Pant

    Hey, while I’m trying to upload images, it shows an error message:
    “Image Upload Error. Precondition Failed”
    How To Solve This?

  24. joe

    I’m having a strange issue related to this that i dont see anything similar in the thread. I uploaded a few images just fine a couple weeks ago. we were updated to the latest WP version at the time. Today I am going to upload images and the progress bar begins, and then just sticks at about 25%. never moves from there. I get no error message or anything. But when i click to leave page it just leaves – there is no “do you want to leave page while…” message. and then when i come back there is no progress bar or anything. The image is simply not there, no is there any indication i tried to upload it. I didn’t change anything in the settings between the time when i could upload images, and i tried deactivating the only plugin i installed and it did nothing.

  25. Sandeep

    I have a different problem

    When i want to upload pictures, i’m not even getting the folder to select the image. Please help me out

  26. Ahson

    I am facing the image issue with FEW images on my WP website. When I tried to change the permission to 744, ALL of the images were GONE. Please assist how I can have these images appear again.

    Also, I am not using FTP, I am directly changing from Godady hosting panel.

    • sherin

      Please change numeric value as 755 then your pictures will appear gain

    • thor

      Hi, guys, this is how I fix the image issue in WordPress library

      In cPanel, in the Files section, click File Manager.
      Select the button for Web Root (public_html/www).
      hit the setting icon in the right
      Place a checkmark in the box titled Show Hidden Files (dotfiles).
      Click Go.
      Review the numbers listed under the Perms column in File Manager.
      Directories and folders should be set to 755.
      Executable scripts within the cgi-bin folder must be set to 755.
      Images, media, and text files like HTML should be set to 644.
      Or you check the htaccess file by following this:

      Bad .htaccess, Invalid Command

      In the (dot) htaccess file, you may have added lines that are either worded incorrectly or conflicting with another coding in the file. The best way to troubleshoot this is to comment out the lines in the .htaccess file.

      Always make a copy of the .htaccess file before making any changes to it.
      You can comment out a line in the .htaccess file by adding # to the beginning of that particular line. For example, if the code in the .htaccess file looks like:

      DirectoryIndex default.html
      AddType application/x-httpd-php5 php
      Then, try commenting it out like so:

      DirectoryIndex default.html
      #AddType application/x-httpd-php5 php
      Broken lines and lines that start with php_flags are the most common mistakes. If you cannot determine which line is the problem, then comment out every line.

      usually, the problem come from the line whit the jpg, png, in the code tray to comment this line like so (add # in front of the code line ) and then save
      go to your library and tray to upload a picture

  27. Sara

    Hi,

    We have recently got hacked and figured out that the images weren’t showing because the uploads folder was missing in Filezilla. We tried creating a new folder but it disappears as soon as we refresh. I can upload images in wordpress but they are seen as broken. Is there any way to fix this problem?

    Your help is greatly appreciated!

    Sara

  28. Naomi Kroneck

    Hello,

    We have been trying to update the pictures on our website because they are outdated. We have several different pages that also have videos and when I try to update the pictures on those pages the videos disappear. But as soon as I delete the new pictures the videos come back. I am not sure what is going on.

  29. pule

    Hi, my media library images are all broken and even if I upload new ones .. I tried changing permissions on c panel to 744, 755, 655 but still no changes on building on page builder …how do I fix this problem

      • Musab

        Hi WpBeginner Support ,

        what do you mean by changing all file permission to 644 , like all files on my website ? or just upload file and his children ?

        I’m facing the same issue and no solution worked for me till now , when I tried to change image format to bmb it works !

        please anyone know how to fix this tell us .

  30. Mandy

    I changed my file permissions to 655 and that worked! So happy it’s fixed such a relief! Thanks for the article!

    • WPBeginner Support

      Hey Mandy,

      You are welcome. We are glad you found it helpful :)

      Don’t forget to follow us on Facebook for more WordPress tips and tutorials.

      Admin

  31. Mark

    I had this problem and tried the above solution but it did not work. What I did was in the Settings/Media area of my Wordpress Admin Dashboard I unchecked the option to organise my uploads into month- and year-based folders and after that it worked fine!

  32. Dave Hamelink

    Hello,

    I am currently experiencing issues when trying to upload a new image to the media library. It gives the error: error during uploading, please try again later.

    I tried everything, changing permissions in the FTP server, de-activating plugins, and reinstalling Wordpress. I am currently using Wordpress 4.7.

    Can someone please help me?

    regards,

    Dave

    • Karen Field

      I am having the same issue and have no clue on how to fix it!

  33. dipto

    You guys are really boss. Keep it up bro :D

  34. bvo

    Guys,

    I have the same / a similar problem.

    When I upload a image, it is copied to the right folder. But I can’t see it in the library and it gives a error message (error, try again later).

    When I select a specifiec month in the library, I can see the images from that month, but when I do not select a specific month, I only see one blank square.

    When I select the list view I see all images, but also a few empty thumnails that says “no title”. I can’t view, delete or whatever these.

    I tried deactivating all plugins, I use the standard theme (twenty seventeen), I tried suggestions above. Noting helps.

    Hope someone can help me…
    Regards, Bas

  35. Larry Dean

    Working fine then all of a sudden it quit uploading image files. I get the error:

    Failed to write file to disk.

    I’ve tried the recommendations using ftp and it still doesn’t work. I installed WP to Buffer at about the same time this happened. Deactivated it but still can’t upload images.

    Thanks for any help.

    • Larry Dean

      It’s working again. The only thing I did was to deactivate the WP to Buffer plugin. Not sure why it took a period of time but all seems ok at this point. Thanks for your help.

  36. Bartosz

    Find in wp-admin dashboard menu ‘Settings/Media’. There is forder path do media files. Set correctly your server media path.
    It’s works.

    • Marjorie Ray

      Thank you for this post Bartosz. We had recently migrated a site and there was an address in the Settings/Media/StoreUploads which was causing the problem. I deleted that address, hit save, and it fixed the problem; am now able to upload images.
      Marjorie

    • Henk

      Hello,

      Thanks for your answer. I was looking for this.

  37. Garreth

    Hey,
    I had an issue too and found out that my share host was running php version 5.5.36. I had to add ”AddHandler application/x-httpd-php56 .php” to the .htaccess file to get the server to run php 5.6

    I hope this helps

  38. Amin

    Hello I have the same problem but mine is like only for users: it says “Error during upload, please try again” and I tried everything anyway all i know and ain’t be fixed ._., can someone help? i will apreciate that. thanks !

    • mark p

      did you ever get help on this error?? i have the same issue and nobody seems to be able to fix it, even my web hosting co. . . . ..thanks

  39. Melanie

    I am having an issue trying to rotate picture I downloaded into WordPress. It freezes up then tells me there is an internal error 500. Then it clears up in about 15 min but can not edit or do anything with pictures anymore or does same thing.

    Thanks for any help

  40. Jon

    I followed the directions on changing the permissions for the uploads directory, now the site won’t come up and I can’t even get back into my WP dashboard. I’m getting a 500 error.

    Can anyone tell me how to set the permissions as they were originally? In other words, how to undo the hatchet job that is now my client’s website?

    I understand how to reset the directory permissions, but I don’t know what the file permissions were before.

    • Amin

      500 Error is related to your .htaccess / php.ini file i think you were using a cdn with wp rocket because it have that problem when you do changing directly from ftp and editing files directly like that. try to disable it, delete everything on your htaccess except the part of wp by default than retry again and activate your plugin again.

  41. Vanessa

    The explanation here on this page is trying to shoot a tiny bird with a cannonball.
    It’s quite simple to fix the problem of image upload error in WP! Just DO NOT use any special or foreign language characters in the file names! and keep them short. This is the 101 of computer file naming protocol anyway and resolves the most cryptic of problems.
    Most times, the best solution is the simplest solution.

    • Yenny Kartika

      Wow, you’re right. It’s perfect.

      I previously try to upload an image with “blabla-1” filename and it wasn’t uploaded.

      I looked for some solutions in internet but found nothing, until this one simple solution.

      After than I change the filename into “blablabla” and… it’s uploaded perfectly.

      I feel so smart right now.

      Thank you for sharing. God bless you.

  42. christian

    Hi Guys, I’ve been having this issue, along with connection lost problem, and it have caused me to abandon my blog. Still painful.

    Anyone with help?

  43. tomasofen

    I have problems uploading some images. I didn’t know what the problem was, until i see the filename was using characters with written accent, like the spanish “Según se mire.jpg”.

    Renaming it allows me to upload right.

    Don’t know if this can be helpfull for somebody in the future ;)

  44. Zak

    Hi people,

    Try to put this in your themes file named “function.php” in the last line:

    add_filter( ‘wp_image_editors’, ‘change_graphic_lib’ );

    function change_graphic_lib($array) {
    return array( ‘WP_Image_Editor_GD’, ‘WP_Image_Editor_Imagick’ );
    }

  45. Jeroen

    Hi,

    Followed the instructions and it didn’t solve the problem. Any other idea’s to get the upload fixed again?

    Tnx in advance

  46. Oziel

    Didnt work, Im getting “HTTP Error”

    • Alex mwailu

      Did you get the answer to this?Please help me out,i am experiencing the same when I am uploading images from my wp dashboard

  47. Steph

    Hey Guys, I followed all the steps and it’s still not working. Everytime I try to upload an image it says “HTTP Error”

    Wondering if someone could help me.

    Cheers,

    Steph

    • Alex mwailu

      Did you get the answer to this?Please help me out,i am experiencing the same when I am uploading images from my wp dashboard

  48. Dave

    Didn’t work. :(

  49. linda

    Hi, I wanted to add a spreadsheet I created in Excel and have it display in a blog post. Should not be complicated , Right? But I have not been able to do so. 1st I saved the excel as a PDF file. Then I imported the pdf into Photoshop and saved as a jpeg. I try to upload into my Wordpress Blog and it will not accept the image. I keep getting an error.

  50. Rae

    I was having errors with images uploading and then realised I had an incorrect directory in the main Settings > Media

    • umer

      hey guys how are you ..?

      I have problem ..I want somebody help me please..

      In my site images is not working properly in directory and not showing …

      Also this site is not showing responsiveness in mobile ..

      I am waiting for someone whose really know this problem ..I will be very thank full…

      THanks

    • Anonymous

      Same here! Thanks!

Leave A Reply

Thanks for choosing to leave a comment. Please keep in mind that all comments are moderated according to our comment policy, and your email address will NOT be published. Please Do NOT use keywords in the name field. Let's have a personal and meaningful conversation.