Suddenly my image.module started to deliver such a message:

The selected file /tmp/tmp_Th3DyT could not be copied.

I have tmp directory and it's writeble (777)

Comments

czarphanguye’s picture

same problem.. just 'pop' up, and images have been working for a few weeks now. Anyone solve this?

llizards’s picture

Same Issue Here

yyemail’s picture

Same problem here

drewish’s picture

Category: bug » support

you guys need to double check your file system configuration.

deadcalf’s picture

I just did a fresh install and have the same issue. I did double check the dirs to no help.
Any ideas?

deadcalf’s picture

I just did a fresh install and have the same issue. I did double check the dirs to no help.
Any ideas?

drewish’s picture

deadcalf, what have you entered into admin/settings/file-system and admin/settings/image?

drewish’s picture

Status: Active » Postponed (maintainer needs more info)
tarek’s picture

I also have this problem. I have "files" and "images" in those two areas respectively.

tarek : )

unitec’s picture

I had the same problem.
There are two image modules, there is also one for CCK.
I disabled the CCK image module and now it's working fine.

Used Cars

Wojtek Kruszewski’s picture

Similar problem. Appears only when I upload image smaller images, when _original image is used for other sizes.

Code that triggers it is in image_insert. It calls _image_insert for different sizes. The first for _original, the file is moved from images/temp to images directory. But other sizes, that try to use _original file, again try to move the file from temp.

drewish’s picture

would you guys please try out the patch on: http://drupal.org/node/160671#comment-297967 it might correct this.

js1’s picture

Version: 5.x-1.x-dev » 4.7.x-1.x-dev

I'm having the same problem with 4.7.x-1.x-dev with Drupal 4.7.7. The error message shows up twice when I click the submit button, but the image is uploaded properly. When I click on the preview button, I get:

* Unable to create thumbnail image
* Unable to create preview image

Hetta’s picture

Status: Postponed (maintainer needs more info) » Closed (duplicate)

marked as duplicate of http://drupal.org/node/160671, which is fixed (and closed).