After adding youtube url and saved the node, can't get the showing of thumbnail image. Before upgrade drupal core version 7.24 is okay and got this issue after upgrade the drupal core version. Any one or module porvider can help me with issue please.

Zay Nyi

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Anonymous’s picture

Same issue. Subscribing

Sborsody’s picture

I am having this issue too and am digging into it today. I'll keep you all updated on my findings.

Sborsody’s picture

Oh, ensure you followed the .htaccess changes detailed in the upgrade notes for 7.24.

Sborsody’s picture

On my system, for whatever reason, this module has issues grabbing the thumbnail from youtube in video_embed_field_field_presave() but works when doing so in a hook_field_prepare_view() implementation.

I wrote an implementation of hook_field_prepare_view() that also checks to make sure the file doesn't exist yet. It is probably a total hack. I'm not entirely sure at this point why it doesn't pull the thumbnail during video_embed_field_field_presave().

dotist’s picture

Having the same issue (noted already here: https://www.drupal.org/node/2640980)
I'll have a go at this solution...

mfby2k’s picture

i am having the same issue when i create a view block in the preview section of the view its shows but when the block in in some region of page it only displays the title.

hugronaphor’s picture

We just need to save the image in a proper way.

hugronaphor’s picture

candelas’s picture

Component: User interface » Code

Thanks @hugronaphor, patch in #7 works :)

candelas’s picture

Version: 7.x-2.0-beta5 » 7.x-2.0-beta11
Category: Support request » Bug report
hugronaphor’s picture

Status: Needs review » Reviewed & tested by the community

Can we get the fix into the dev branch?

dddbbb’s picture

Patch in #7 works for me too. +1 RTBC.

Chris Matthews’s picture

Version: 7.x-2.0-beta11 » 7.x-2.x-dev
Assigned: thitoo » Unassigned
Issue tags: -Thumb Image
Parent issue: » #3019514: Plan for Video Embed Field 7.x-2.0 stable release