Running:
LAMP
Drupal5.0
cck 5.x-1.2
Image 5.x-1.x-dev

created content type "imagenode" with imagefield.
upon submission of "imagenode" I get error.
error = "The selected tmp tmp/tmp_wzk9ta could not be uploaded, because the destination is not properly configured."

Looked in /tmp directory and file is there. Permissions of the file are read/write "apache".
Seems like file is transfered to 'tmp' directory but not moved to 'files' directory.

Files uploaded with "file attachment" succeed.

Comments

mhofmockel@drupal.org’s picture

Title: error: "destination is not properly configured" using imagefield » error: "destination is not properly configured" using imagefield - "solved"
Assigned: Unassigned » mhofmockel@drupal.org
Status: Active » Closed (fixed)

problem soved. Now trying to trouble shoot imagecache not working.

solution:
Forgot the preceeding '/' for "image path:" variable located at

?q=admin/content/types/image/fields/field_image_file

drowlflood’s picture

For anyone else that ends up on this page from google, for ver 5.x you may also want to check the permissions and settings of your temporary upload directory located at Administer >> Site Configuration >> File system