If it is BY DESIGN that imagefield won't let you add an upload field without proper permissions set on files (which actually makes a lot of sense) then my issue is instead about the error message displayed.

"The default image could not be uploaded. The destination sites/all/files does not exist or is not writable by the server."

I am not providing a default image. I just want to add this field to my node :-)

I believe I've never run into this problem before becuase I've never tried to set up content types on a server without write access to files, hopefully no one else will ever be in this predicament either, but I think it's still an issue. :-)

Jen

CommentFileSizeAuthor
#1 imagefield_skip_upload_check.patch1.42 KBquicksketch

Comments

quicksketch’s picture

Version: 6.x-3.0 » 6.x-3.2
Priority: Normal » Minor
Status: Active » Fixed
StatusFileSize
new1.42 KB

This patch should correct this problem (still in the 3.2 version). Basically it checks to see if a file was even attempted to be uploaded before doing any file system checks.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.