Closed (won't fix)
Project:
Video
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Jan 2011 at 10:40 UTC
Updated:
4 Apr 2011 at 12:58 UTC
Jump to comment: Most recent file
Comments
Comment #1
hypertext200We are still developing the module and yet to release a stable version.Hope we can have a stable release by end on this month
Comment #2
rohnjeynolds commentedHere's a patch for the require_once() error from /includes/filesystem.inc. This passes the uri property of the file object to require_once() instead of just the filename. It clears the error for me but it's a workaround. The require_once() gets called because module_load_include() fails to load video_s3.inc, but a better long-term fix would be to resolve that failure.
Comment #3
leeyuiwah commentedI hit a similar error, but with a different filename -- video_s3.admin.inc (the full error message is shown below).
I search the distributed zip file (video-6.x-4.2-beta2.zip). There is no such file in the distribution.
Has anyone got video-6.x-4.2-beta2 to work?
Fatal error: require_once() [function.require]: Failed opening required 'sites/all/modules/video/cdn/video_s3/video_s3.admin.inc' (include_path='.;C:\php5\pear') in C:\wamp\www\sjdev\includes\menu.inc on line 346
Comment #4
leeyuiwah commentedFrom a cached CVS check-in logged message page (http://bit.ly/hZdOQ1), I can saw that there used to be a directory called
video/cdn/video_s3 and in which we can find the missing video_s3.admin.inc
I could saw some check-in's related to this folder in May 16, 2010, in a commit #367634
But in the recent distribution files, I could no longer locate the said file nor the said directory. I looked at both 6.x-4.2-beta2 (Jan 27, 2011) as well as 6.x-4.x-dev (Mar 5, 2011).
Did I miss something here?
Comment #5
hypertext200