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
Comment #1
attheshow commentedYou might want to test out the recent changes in the dev version. Marking as duplicate for #439408: Use output paths configured in FileFields
Comment #2
greg.harveyOk, thanks - can't use dev as it's a "live" job, but I'll check it works. Any news on next release? =)
Comment #3
attheshow commentedProbably 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).
Comment #4
greg.harveyOoo, good job you told me! I'll make sure I do it this week then. =)
Comment #5
greg.harveyHi - 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?
Comment #6
attheshow commentedGreg,
No, there aren't any database schema changes. You can just overwrite with the latest code.
-Mark
Comment #7
greg.harveyCan confirm the dev snapshot works fine and this bug is squished! =)
Comment #8
greg.harveySuppose this is the right status, actually... sorry.