Title: Upload Errors
Last modified: January 18, 2026

---

# Upload Errors

 *  Resolved [jimk1416](https://wordpress.org/support/users/jimk1416/)
 * (@jimk1416)
 * [3 months, 1 week ago](https://wordpress.org/support/topic/upload-errors-5/)
 * Errors when attempting to add new gallery is images are too big.
   Anything less
   than around 1,500 KB seems to upload OK but anything larger fails.
 * Should be able to upload images that size without any issues.

Viewing 13 replies - 1 through 13 (of 13 total)

 *  [mbsharp](https://wordpress.org/support/users/mbsharp/)
 * (@mbsharp)
 * [3 months, 1 week ago](https://wordpress.org/support/topic/upload-errors-5/#post-18789968)
 * Have you checked your hosting/PHP settings for maximum upload size and post size.
   You can hit that limit if you upload a lot of large files – not just images.
 *  Thread Starter [jimk1416](https://wordpress.org/support/users/jimk1416/)
 * (@jimk1416)
 * [3 months, 1 week ago](https://wordpress.org/support/topic/upload-errors-5/#post-18790846)
 * Yes that should not be a problem. It won’t even let me upload an image that is
   540 KB
 * Plugin Version
   4.0.3WordPress Version6.9PHP Version8.3.28GD Versionbundled (2.1.0
   compatible)ImageMagick VersionImageMagick 6.9.10-68 Q16 x86_64 2024-01-12 [https://imagemagick.org](https://imagemagick.org)
   Memory Limit512MMax Upload Size512 MBServer SoftwareApache
 *  [mikefc](https://wordpress.org/support/users/mikefc/)
 * (@mikefc)
 * [3 months, 1 week ago](https://wordpress.org/support/topic/upload-errors-5/#post-18791160)
 * Has anyone checked if these issues are database related? I am having the same
   problems you’re describing, but also since upgrading I’m now having issues with
   similar resource errors when uploading to the WordPress media library. I tried
   installing Envira & Foo Gallery and am now getting upload errors with those as
   well.
 * Are you experiencing uploaded errors with the default Media Library?
 *  Thread Starter [jimk1416](https://wordpress.org/support/users/jimk1416/)
 * (@jimk1416)
 * [3 months, 1 week ago](https://wordpress.org/support/topic/upload-errors-5/#post-18791294)
 * You’re right I am getting errors there. I’ll contact hostgator and see what they
   say.
   Will report back
 * [https://i.postimg.cc/DfDGKJkv/media-upload-error.jpg](https://i.postimg.cc/DfDGKJkv/media-upload-error.jpg)
 *  [longbear](https://wordpress.org/support/users/longbear/)
 * (@longbear)
 * [3 months, 1 week ago](https://wordpress.org/support/topic/upload-errors-5/#post-18791331)
 * I too am having upload issues. 1/2 of my gallery failed – the files are only 
   250kb range. I notice the ones that failed all had faces in them. I cannot find
   anything anywhere that might be preventing the uploads.
 *  Thread Starter [jimk1416](https://wordpress.org/support/users/jimk1416/)
 * (@jimk1416)
 * [3 months, 1 week ago](https://wordpress.org/support/topic/upload-errors-5/#post-18791345)
 * Contacted Hostgator they changes some settings in PHP ini file but it did not
   help:
   memory_limit 512M – 1024Mmax_execution_time 120upload_max_filesize 512M–
   1024Mmax_input_vars 3000post_max_size 1024MI will say that this server is running
   an outdated database – Server version 5.7.23-23And I have the same issue on another
   hosting account running the same outdated database version.But if I try uploading
   a file to a site hosted with a more recent database the upload completes.Have
   to wonder if that is the issue.
 * This may not be the issue. Just tried it on a site on a 3rd server running that
   same outdated database and no issues uploading so I don’t know.
    -  This reply was modified 3 months, 1 week ago by [jimk1416](https://wordpress.org/support/users/jimk1416/).
 *  Thread Starter [jimk1416](https://wordpress.org/support/users/jimk1416/)
 * (@jimk1416)
 * [3 months, 1 week ago](https://wordpress.org/support/topic/upload-errors-5/#post-18791368)
 * Hostgator techs have escalated the issue and could take another 24 hours to resolve.
   I doubt they’ll say exactly what they did IF they resolve it but I will report
   back if it resolves the issue.
   Thank you for your patience.
 *  Thread Starter [jimk1416](https://wordpress.org/support/users/jimk1416/)
 * (@jimk1416)
 * [3 months, 1 week ago](https://wordpress.org/support/topic/upload-errors-5/#post-18792185)
 * Received a reply from Hostgator.
   **The issue is caused by PHP crashing when Imagick
   attempts to process the JPG for thumbnail generation.**They also said, while 
   the WordPress dashboard displays an error when uploading images, please note 
   that any images you upload are still being saved in the Media Library, which 
   you can check after refreshing the page.
 * But I can see the images in the upload folder only via FTP not in the actual 
   Media library and this still would not allow images to be uploaded with the plugin
   so the issue remains.
   They said they do not have an exact ETA for the fix, but
   resolving this is a high priority for us, and we are doing everything possible
   to restore full functionality as quickly as we can.But as I stated earlier this
   server is running outdated database software so I’m really not expecting them
   to get this resolved so I would probably have to switch to another hosting provider.
 *  [mikefc](https://wordpress.org/support/users/mikefc/)
 * (@mikefc)
 * [3 months, 1 week ago](https://wordpress.org/support/topic/upload-errors-5/#post-18793096)
 * Realistically you shouldn’t have to switch hosting providers because of a plugin.
   
   I went through all of the same you just mentioned and found a temporary solution
   with help from Imagely support – although it doesn’t really address the full 
   issue.
 * From support: “Older versions of PHP GDlibrary like 2.1.0 can cause memory leaks,
   leading to upload failures. We recommend upgrading to at least version 2.2.5.
   We suspect the issue might be due to PHP GD Library version 2.1.0 using excessive
   memory when images have **EXIF rotation metadata**. Some users have found that
   removing the EXIF rotation metadata using a third-party editor can help with 
   uploads”
   HostGator will not upgrade your GDLibrary unless you’re on a Dedicated
   server or VPS.So… I used a utility to batch strip all EXIF data from my photos
   and then uploaded them to a folder via FTP, ran “scan folder”. NextGen then imported
   everything as it normally should have (100+ photos), to my surprise and the gallery
   functioned just fine on-page afterwards, whereas before it would just give a 
   503 error page.
 * It’s great that this works, but it’s not ideal to have to strip EXIF data from
   hundreds of photos before uploading and still doesn’t explain why suddenly this
   is now also an issue when uploading with the WP Media Uploader and other plugins.
   I don’t know enough about how the image file processing works to decipher why
   that might be happening.
   So that may be a temporary solution to get you by for
   now, but it’s not really a fix.We’re now exploring alternatives to NextGen as
   we’ve had other problems in the past and it’s just becoming a time sink.
    -  This reply was modified 3 months, 1 week ago by [mikefc](https://wordpress.org/support/users/mikefc/).
 *  Thread Starter [jimk1416](https://wordpress.org/support/users/jimk1416/)
 * (@jimk1416)
 * [3 months, 1 week ago](https://wordpress.org/support/topic/upload-errors-5/#post-18793456)
 * Thank you for the information and the time spent.
   In my case, due to the database
   being outdated and not meeting WordPress minimum requirements I would still opt
   for new hosting provider.This one website is also a client’s website so they’re
   not going to be able to or want to do anything above what they need to do.
 *  Plugin Support [Mihai](https://wordpress.org/support/users/mceban/)
 * (@mceban)
 * [1 month, 3 weeks ago](https://wordpress.org/support/topic/upload-errors-5/#post-18842287)
 * Hey [@jimk1416](https://wordpress.org/support/users/jimk1416/), [@mikefc](https://wordpress.org/support/users/mikefc/),
   [@longbear](https://wordpress.org/support/users/longbear/), [@mbsharp](https://wordpress.org/support/users/mbsharp/),
 * I sincerely apologize for the very late response.
 * We’ve observed that the image uploading issue resolved itself for most NextGEN
   Gallery users who reported it after the WordPress 6.9.1 update, indicating it
   might have been a WordPress-related issue.
 * Could you please let me know if the uploads are working fine for you now?
 * Thanks,
   Best regards,
 *  Thread Starter [jimk1416](https://wordpress.org/support/users/jimk1416/)
 * (@jimk1416)
 * [1 month, 3 weeks ago](https://wordpress.org/support/topic/upload-errors-5/#post-18842335)
 * Hey [@mceban](https://wordpress.org/support/users/mceban/) 
   The issue does seem
   to be resolved. But I don’t know that it had anything to do with a WordPress 
   update. In my case I think it was just outdated software or other issues on the
   server.
 *  [mikefc](https://wordpress.org/support/users/mikefc/)
 * (@mikefc)
 * [1 month, 3 weeks ago](https://wordpress.org/support/topic/upload-errors-5/#post-18842337)
 * [@mceban](https://wordpress.org/support/users/mceban/) the issues seem to be 
   resolved now.
 * We were having issues uploading to NextGen and the general WordPress Media Library
   as well. As of right now both the Media Library and NextGen uploaders seem to
   be functioning normally.
 * Something was definitely wrong, but I could not pinpoint what was causing the
   issues.

Viewing 13 replies - 1 through 13 (of 13 total)

You must be [logged in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fupload-errors-5%2F%3Foutput_format%3Dmd&locale=en_US)
to reply to this topic.

 * ![](https://ps.w.org/nextgen-gallery/assets/icon-256x256.png?rev=2083961)
 * [Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery](https://wordpress.org/plugins/nextgen-gallery/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/nextgen-gallery/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/nextgen-gallery/)
 * [Active Topics](https://wordpress.org/support/plugin/nextgen-gallery/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/nextgen-gallery/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/nextgen-gallery/reviews/)

 * 13 replies
 * 5 participants
 * Last reply from: [mikefc](https://wordpress.org/support/users/mikefc/)
 * Last activity: [1 month, 3 weeks ago](https://wordpress.org/support/topic/upload-errors-5/#post-18842337)
 * Status: resolved