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

aaron’s picture

Ah 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!

aaron’s picture

for 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.

frankcarey’s picture

Version: 6.x-1.9 » 6.x-1.11

corrected version. Also, as soon as i turned on the emfilde video field module, the error went away,