Closed (fixed)
Project:
D7 Media
Version:
7.x-2.x-dev
Component:
Media Field
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Oct 2014 at 21:24 UTC
Updated:
14 Apr 2015 at 18:10 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
anrikun commentedComment #2
anrikun commentedComment #3
troybthompson commentedAlso with Media 7.x-2.0-alpha4 and File Entity 7.x-2.0-beta1 when saving existing field.
Comment #4
samueljon commentedI can also confirm this error with Media module 7.x-2.0-alpha4 and file entity 7.x-2.0-beta1
Comment #5
baronmunchowsen commentedI have this issue after upgrading to:
Comment #6
jackhutton commentedgetting this error message as well.
file entity 7.x-2.0-beta1, media 7.x-2.0-alpha4+7-dev
Comment #7
anrikun commentedComment #8
andreymaximov commentedI have the same issue and made small investigation.
This issue was introduced by the commit http://cgit.drupalcode.org/media/commit/media.module?id=e4c529a28990c1da... related to the issue #1289680: Widget does not respect Allowed URI Schemes
I've made patch that simply excludes multimedia asset fields from proposed validation.
Not sure this is correct handling of the issue but it should help you to continue using multimedia asset fields since it completely broken now.
Comment #9
rv0 commentedIf I understand correctly, above patch just bypasses the validation, so not really a fix.
Attached patch falls back to file_default_scheme().
I guess it's also not a valid fix though.
Comment #10
stephesk8s commented#8 worked for me. Thank you for posting.
Comment #11
andypostThis validation should be limited by file and image types so #9 is wrong.
But there could be any field type with this settings defined.
Comment #12
podarok+1 RTBC #11
Comment #14
aaron commentedCommitted to http://drupalcode.org/project/media.git/commit/b192a0e.
A simple patch: my favorite kind!
Comment #16
fazni commentedwork for me tks
Comment #18
dave reidComment #20
dave reid