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)
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
Comment #1
czarphanguye commentedsame problem.. just 'pop' up, and images have been working for a few weeks now. Anyone solve this?
Comment #2
llizards commentedSame Issue Here
Comment #3
yyemail commentedSame problem here
Comment #4
drewish commentedyou guys need to double check your file system configuration.
Comment #5
deadcalf commentedI just did a fresh install and have the same issue. I did double check the dirs to no help.
Any ideas?
Comment #6
deadcalf commentedI just did a fresh install and have the same issue. I did double check the dirs to no help.
Any ideas?
Comment #7
drewish commenteddeadcalf, what have you entered into admin/settings/file-system and admin/settings/image?
Comment #8
drewish commentedComment #9
tarek commentedI also have this problem. I have "files" and "images" in those two areas respectively.
tarek : )
Comment #10
unitec commentedI 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
Comment #11
Wojtek Kruszewski commentedSimilar 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.
Comment #12
drewish commentedwould you guys please try out the patch on: http://drupal.org/node/160671#comment-297967 it might correct this.
Comment #13
js1 commentedI'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:
Comment #14
Hetta commentedmarked as duplicate of http://drupal.org/node/160671, which is fixed (and closed).