Hi,

I just tried out this module - it works great with Upload, but the File Field stuff is still broken. Problem is, it mangles the paths. I have set paths on my CCK File Fields of:

files/videos => uploads
files/videos/done => processed
files/videos/thumbnails => thumbnails, obviously =)

@input is correctly populated with files/videos, but unfortunately @output is broken, both for the processed videos and for the thumbnails. It tries to save the resulting files in /drupal/root/ ... where it, of course, has no permissions.

If I get chance this afternoon I'll take a look at the path building logic and see if I can work out where it's going wrong. =)

Comments

attheshow’s picture

Status: Active » Closed (duplicate)

You might want to test out the recent changes in the dev version. Marking as duplicate for #439408: Use output paths configured in FileFields

greg.harvey’s picture

Ok, thanks - can't use dev as it's a "live" job, but I'll check it works. Any news on next release? =)

attheshow’s picture

Probably in the next week. Seems like the dev version has gotten good feedback so far. I'll probably wait to hear back from you on testing this before I put out RC3 (just to make sure someone else has confirmed that the changes are working).

greg.harvey’s picture

Ooo, good job you told me! I'll make sure I do it this week then. =)

greg.harvey’s picture

Hi - sorry for testing delay - quick question before I take the plunge! Are there any db changes between rc2 and dev? Do I need to uninstall and reinstall or can I just roll the dev snapshot PHP code over the top of rc2?

attheshow’s picture

Greg,

No, there aren't any database schema changes. You can just overwrite with the latest code.

-Mark

greg.harvey’s picture

Status: Closed (duplicate) » Reviewed & tested by the community

Can confirm the dev snapshot works fine and this bug is squished! =)

greg.harvey’s picture

Status: Reviewed & tested by the community » Fixed

Suppose this is the right status, actually... sorry.

Status: Fixed » Closed (fixed)

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