Active
Project:
Embedded Media Field
Version:
6.x-1.11
Component:
Embedded Inline Media
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Oct 2009 at 18:39 UTC
Updated:
8 Oct 2009 at 19:13 UTC
I was looking to just use the emfield inline filter only, not an actual field, so I only enabled content, emfield, and emfield inline modules. (the only requirements). When I go to configure the filter, i get a white screen and the following error in my php error log.
Call to undefined function emvideo_widget_settings() ... /eminline/eminline.module on line 167
my guess is that emvideo is either required, but is not set as required in the .info file, or that the inline module is trying to use it without checking that it is enabled first.
Comments
Comment #1
aaron commentedAh yes, currently eminline works only with emvideo. That module is barely above the experimental level (although we're using it successfully in production), and needs a bit of work to get it going. I need to fix that bit so that it doesn't call that function directly w/o checking it's enabled (for future emimage support).
Thanks for the catch, @frankcarey!
Comment #2
aaron commentedfor now, it should work fine if you enable the emvideo module (which it needs for the providers). version 2 of all of this won't be so intertwined, as it will lean on php stream wrappers in the future.
Comment #3
frankcarey commentedcorrected version. Also, as soon as i turned on the emfilde video field module, the error went away,