Good Afternoon,
The issue occurs when I create a content type About..
all is fine, but when i select the button Browse in section Media. the popup page display next error.
Error message
Exception: Error Processing Request. (Error: 404, Not Found) inMediaYouTubeStreamWrapper->getOriginalThumbnailPath() (line 31 of/home/public_html/hotel/sites/all/modules/contrib/media_youtube/includes/MediaYouTubeStreamWrapper.inc).
The website encountered an unexpected error. Please try again later.
Thanks
Hi,
Please remove folder media_youtube in modules/contrib and replace with folder media_youtube in dowloaded theme package.
Now I´m in production site
Exception: Error Processing Request. (Error: 404, Not Found) inMediaYouTubeStreamWrapper->getOriginalThumbnailPath() (line 31 of/home/ignacio/public_html/portal1/sites/all/modules/contrib/media_youtube/includes/MediaYouTubeStreamWrapper.inc).
The website encountered an unexpected error. Please try again later.
I do what did you say but the error persist.
I answer the question..
Under line 31 of MediaYouTubeStreamWrapper.inc file just add this 3 lines:
##############################
elseif ($response->code == 404) {
return "http://s.ytimg.com/yts/img/image-hh-404-vflvCykRp.png";
}
#################################
thats work for me.