This issue (http://drupal.org/node/336299) seems to impact the 5.x-2.8 branch as well.
Transcoded files (.flv and .jpg) are created, but not correctly attached to node.
See attached for example.
This issue (http://drupal.org/node/336299) seems to impact the 5.x-2.8 branch as well.
Transcoded files (.flv and .jpg) are created, but not correctly attached to node.
See attached for example.
Comments
Comment #1
jtolj commentedIt looks like this is because the vids in {file_revisions} for the .flv and .jpg are not updated to match the originally attached file (which has a vid of one greater). Manually updating the vid in the database showed all files correctly attached to node. I can't figure out how to fix it though.
Comment #2
jtolj commentedThis patch fixes the issue.
Adds vid to $newfile object
Changes:
To:
Comment #3
travist commentedThanks for this patch,
I will update it very soon!!!
Comment #4
Steve Dondley commentedI've applied this patch to 5.x.1.7 and while the files now attach, the video still does not show.
UPDATE: disregard this. forgot the [video] tag.
Comment #5
attheshow commented