Closed (fixed)
Project:
Media: YouTube
Version:
7.x-1.0-alpha5
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Oct 2011 at 10:45 UTC
Updated:
20 Sep 2012 at 17:51 UTC
Jump to comment: Most recent file
Comments
Comment #1
Doc.Tyr commentedI've got the same problem.
Comment #2
tomecruzz commentedWarning: class_implements() [function.class-implements]: Class MediaYouTubeStreamWrapper does not exist and could not be loaded in file_get_stream_wrappers() (line 140 of F:\Program Files\EasyPHP5.2.10\www\magharib.com\magharib.com\includes\file.inc).
Warning: in_array() [function.in-array]: Wrong datatype for second argument in file_get_stream_wrappers() (line 140 of F:\Program Files\EasyPHP5.2.10\www\magharib.com\magharib.com\includes\file.inc).
Comment #3
ogi commentedGot the same problem when updating from alpha4 to latest beta. Patch is attached.
Comment #4
RobW commentedIn the warning
include_once(/srv/drupal/sites/all/modules/media_youtube/includes/includes/MediaYouTubeStreamWrapper.inc): failed [warning], includes/includes/ is the problem. It should be justincludes/.This was fixed in #1733654: Youtube video doesn't display render file as original video, but recently I removed the bridge MediaYouTubeStreamWrapper.inc altogether in #1178180: Delete media_youtube/MediaYouTubeStreamWrapper.inc. If anyone is still updating between these old betas, changing the include location should fix these errors.