Using this with cck multigroup, I get: An HTTP error 0 occurred.
/imagefield_zip/ahah-multigroup/article/group_article_photos . Inspecting this in Firebug, shows this error: Call to undefined function mkdir_recursive() in imagefield_zip.module on line 1001.

I could only find a few references to this function on the web, one being on php.net page for mkdir: http://www.php.net/manual/en/function.mkdir.php#81656

You must have this function included in your environment, but not in the module or drupal?

CommentFileSizeAuthor
#1 imagefield_zip-1312412-1.patch463 bytesmikeytown2

Comments

mikeytown2’s picture

Status: Active » Fixed
StatusFileSize
new463 bytes

Thanks for the bug report; its a recursive function, forgot to change the function name inside the loop. This patch has been committed.

Status: Fixed » Closed (fixed)

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