I have tried both the beta-4 and the dev versions, I have a field collection with an image and a video field. Trying to upload a file to either causes a lot of issues. Unfortunately I'm not going to be able to use this for this project because it seems a bit unstable yet. But I thought maybe I could help out because the concept of the module is fantastic and I really hope to see it mature. Let me know if I can provide any additional information that will help.
An AJAX HTTP request terminated abnormally.
Debugging information follows.
Path: /file/ajax/field_videos/und/0/field_video_file/und/0/form-N606AFcz6wE81e9-s-qsSppEsDtOI_4SxwyfVsc8f38
StatusText: n/a
ResponseText:
Skip to main content
Utah State Parks
Error The website encountered an unexpected error. Please try again later.
Error message
PDOException: SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry 'public://10ksb.mp4' for key 'uri': INSERT INTO {file_managed} (uid, filename, uri, filemime, filesize, status, timestamp, type) VALUES (:db_insert_placeholder_0, :db_insert_placeholder_1, :db_insert_placeholder_2, :db_insert_placeholder_3, :db_insert_placeholder_4, :db_insert_placeholder_5, :db_insert_placeholder_6, :db_insert_placeholder_7); Array
(
[:db_insert_placeholder_0] => 1
[:db_insert_placeholder_1] => 10ksb.mp4
[:db_insert_placeholder_2] => public://10ksb.mp4
[:db_insert_placeholder_3] => video/mp4
[:db_insert_placeholder_4] => 35144656
[:db_insert_placeholder_5] => 0
[:db_insert_placeholder_6] => 1342651355
[:db_insert_placeholder_7] => video
)
in drupal_write_record() (line 7013 of /var/www/html/d7/includes/common.inc).
ReadyState: undefined
Comments
Comment #0.0
TelFiRE commentedwording
Comment #1
jmuzz commentedI used field collections with images in my last project, so I think this is likely not an issue with the latest versions. Please reopen if I am wrong.