Title: upload error
Last modified: January 9, 2017

---

# upload error

 *  Resolved [spl](https://wordpress.org/support/users/spl/)
 * (@spl)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/upload-error-34/)
 * Hi,
 * this plugin looks very interresting but don’t work at my site.
 * When I select and click on an image, the following appears:
    Download picture
   Resizing And then the red exclamation point. [https://www.dropbox.com/s/akfpm2f1ffkx6ty/2017-01-09%2013_46_50-Seite%20bearbeiten%20%E2%80%B9%20archimag%20%E2%80%94%20WordPress.png?dl=0](https://www.dropbox.com/s/akfpm2f1ffkx6ty/2017-01-09%2013_46_50-Seite%20bearbeiten%20%E2%80%B9%20archimag%20%E2%80%94%20WordPress.png?dl=0)
 * The following happens on the server:
    In the temporary folder is a file (and 
   remains there) [https://www.dropbox.com/s/b0ucbbwv046ch4f/2017-01-09%2013_48_15-am%20-%20114720-ftp%40ftp.archimag.de%20-%20FileZilla.png?dl=0](https://www.dropbox.com/s/b0ucbbwv046ch4f/2017-01-09%2013_48_15-am%20-%20114720-ftp%40ftp.archimag.de%20-%20FileZilla.png?dl=0)
 * Files are created in the monthly folder (rights 666) [https://www.dropbox.com/s/378ib5klvpysc7d/2017-01-09%2013_48_44-am%20-%20114720-ftp%40ftp.archimag.de%20-%20FileZilla.png?dl=0](https://www.dropbox.com/s/378ib5klvpysc7d/2017-01-09%2013_48_44-am%20-%20114720-ftp%40ftp.archimag.de%20-%20FileZilla.png?dl=0)
 * In the media center of WordPress is a file without map and without image.
    Nothing
   is entered in the entry. If I want to insert the picture from the post it is 
   not there. [https://www.dropbox.com/s/nbnz9l4te3eua33/2017-01-09%2013_49_53-Mediathek%20%E2%80%B9%20archimag%20%E2%80%94%20WordPress.png?dl=0](https://www.dropbox.com/s/nbnz9l4te3eua33/2017-01-09%2013_49_53-Mediathek%20%E2%80%B9%20archimag%20%E2%80%94%20WordPress.png?dl=0)
 * What going wrong?

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

 *  Plugin Author [Darren Cooney](https://wordpress.org/support/users/dcooney/)
 * (@dcooney)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/upload-error-34/#post-8634088)
 * Hi spl,
    Sounds like a permission issue. Can you making permissions 777 ?
 * Also, what type of server are you running?
 * Cheers,
 *  Thread Starter [spl](https://wordpress.org/support/users/spl/)
 * (@spl)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/upload-error-34/#post-8634212)
 * The upload folder 2017/01 and the instant-images had already 777. But the files
   does not get the same permissions.
 * I have a virtuell server with
    20 MB RAM, CPU-Time 10 Sekunden, Skript-time: 
   180 Sekunden PHP 7.0.6 I think it is an apache
 * cheers,
 *  [Ram Ratan Maurya](https://wordpress.org/support/users/mauryaratan/)
 * (@mauryaratan)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/upload-error-34/#post-8634461)
 * I have the same issue. It seems that scripts is throwing a 500 error, here’s 
   a screenshot – [http://f.codest.ag/mypN](http://f.codest.ag/mypN)
 * Also, as [@spl](https://wordpress.org/support/users/spl/) said, the images are
   being saved in uploads folder but have no reference under WordPress media. Doesn’t
   seem to be a permissions issue.
 *  Thread Starter [spl](https://wordpress.org/support/users/spl/)
 * (@spl)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/upload-error-34/#post-8634699)
 * [@mauryaratan](https://wordpress.org/support/users/mauryaratan/) not sure, the
   files have the permissions 666 and don’t get the permissions fromt it’s folder.
 *  Plugin Author [Darren Cooney](https://wordpress.org/support/users/dcooney/)
 * (@dcooney)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/upload-error-34/#post-8638805)
 * Ok, this sounds like the same issue as the other thread.
    [https://wordpress.org/support/topic/does-not-work-on-localhost-2/](https://wordpress.org/support/topic/does-not-work-on-localhost-2/)
 * Any chance you guys could review the function reference here and see if you think
   anything could be causing the problem?
    [https://plugins.trac.wordpress.org/browser/instant-images/trunk/admin/admin.php#L286](https://plugins.trac.wordpress.org/browser/instant-images/trunk/admin/admin.php#L286)
 * I think I might need to work on the error notices to narrow things down.
 *  Thread Starter [spl](https://wordpress.org/support/users/spl/)
 * (@spl)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/upload-error-34/#post-8641496)
 * [@dcooney](https://wordpress.org/support/users/dcooney/), sounds like. But in
   my case the resizing and the copying to the wordpress upload folder works – but
   with the wrong permissions.
 * I guess the error is in downloading the file to the temp folder. This file had
   the wrong permissons. Then the script resize and copy the file (with this wrong
   permissions – read yes, exicute and so on no). So the script finally try to delete
   the temp file and gets an error.
 * I would look at the area: [https://plugins.trac.wordpress.org/browser/instant-images/trunk/admin/admin.php#L216](https://plugins.trac.wordpress.org/browser/instant-images/trunk/admin/admin.php#L216)
 *  [Ram Ratan Maurya](https://wordpress.org/support/users/mauryaratan/)
 * (@mauryaratan)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/upload-error-34/#post-8641893)
 * [@dcooney](https://wordpress.org/support/users/dcooney/) The answer is on line
   itself [https://plugins.trac.wordpress.org/browser/instant-images/trunk/admin/admin.php#L286](https://plugins.trac.wordpress.org/browser/instant-images/trunk/admin/admin.php#L286)
 * The ajax callback doesn’t expects arguments right? Removing them fixed it for
   me on localhost.
 *  Plugin Author [Darren Cooney](https://wordpress.org/support/users/dcooney/)
 * (@dcooney)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/upload-error-34/#post-8642028)
 * [@mauryaratan](https://wordpress.org/support/users/mauryaratan/),
    Ahh, yes. 
   You’re right. The `instant_img_resize_image` does not expect arguments.
 * [@spl](https://wordpress.org/support/users/spl/) , can you try replacing `instant_img_resize_image(
   $path, $filename, $desc, $url)` with `instant_img_resize_image()` and let me 
   know?
 * Cheers,
 *  Thread Starter [spl](https://wordpress.org/support/users/spl/)
 * (@spl)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/upload-error-34/#post-8642393)
 * [@dcooney](https://wordpress.org/support/users/dcooney/) [@mauryaratan](https://wordpress.org/support/users/mauryaratan/)
 * That’s it. Now it’s working like it should.
 * Thumps up!
 *  Plugin Author [Darren Cooney](https://wordpress.org/support/users/dcooney/)
 * (@dcooney)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/upload-error-34/#post-8642429)
 * Nice!
    I’ll get a patch out for this tomorrow or tonight.
 * Thanks guys!
    Cheers!
 *  Plugin Author [Darren Cooney](https://wordpress.org/support/users/dcooney/)
 * (@dcooney)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/upload-error-34/#post-8647402)
 * Just pushed 2.0.1 to fix this error.
 *  Thread Starter [spl](https://wordpress.org/support/users/spl/)
 * (@spl)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/upload-error-34/#post-8650627)
 * Works! *****
 * That a real good fixing in 2 dasy!!
 *  [argie01](https://wordpress.org/support/users/argie01/)
 * (@argie01)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/upload-error-34/#post-8710473)
 * Hi,
 * I’m have last version of WP and Instant Image and this error still persist.
 * I’m using Xampp + Windows, and I’m developing in localhost.
    I tried,
 * – to change permission for my local user (which es admin) to write in the folder“
   instant-images”. Didn’t work. It seems that it always is “only reading”.
    – to
   delete folder “instant-images” and create manually another with the same name.
   Didn’t work.
 * Thank you for your help.

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

The topic ‘upload error’ is closed to new replies.

 * ![](https://ps.w.org/instant-images/assets/icon-256x256.png?rev=2504172)
 * [Instant Images - One-click Image Uploads from Unsplash, Openverse, Pixabay, Pexels, and Giphy](https://wordpress.org/plugins/instant-images/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/instant-images/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/instant-images/)
 * [Active Topics](https://wordpress.org/support/plugin/instant-images/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/instant-images/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/instant-images/reviews/)

## Tags

 * [upload](https://wordpress.org/support/topic-tag/upload/)

 * 13 replies
 * 4 participants
 * Last reply from: [argie01](https://wordpress.org/support/users/argie01/)
 * Last activity: [9 years, 4 months ago](https://wordpress.org/support/topic/upload-error-34/#post-8710473)
 * Status: resolved