Hi you all, thanks for that simple and efective module to integrate vídeo on nodes.

I've installed last beta 4 dev version and on the display arrangement screen on node fields configuration I got that message on top:

Notice: Undefined index: image_link en video_embed_field_field_formatter_settings_summary() (línea 279 de /usr/home/innodus.com/web/ismsf/sites/all/modules/video_embed_field/video_embed_field.field.inc).

Thanks!

CommentFileSizeAuthor
#1 image-link-null-1491470-1.patch496 byteswbobeirne

Comments

wbobeirne’s picture

StatusFileSize
new496 bytes

Hey Jordi,

I'm not sure how to replicate the issue, but changing the following line on 279:

if($settings['image_link'] != null){

to:

if(isset($settings['image_link'])){

should fix the issue. Attached is a patch for this.

boupiquod’s picture

Thanks, this worked for me!
And thanks for the module as well, very useful.

wbobeirne’s picture

Status: Active » Reviewed & tested by the community

I'll take that as a "reviewed and tested by community," glad to hear it works.

jorditr’s picture

Thanks a lot! It also worked for me :-)

jec006’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Anonymous’s picture

Issue summary: View changes

a