Closed (cannot reproduce)
Project:
Video
Version:
7.x-2.5
Component:
Video Transcoding
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
8 Feb 2012 at 23:53 UTC
Updated:
23 May 2012 at 19:14 UTC
After upgrading my video module along with the AmazonS3 and AWSSDk modules I am now receiving the white screen of death on my website and the following error in my error logs.
PHP Fatal error: Cannot access empty property in /sites/all/modules/video/includes/TranscoderFactory.
Anyone know what this means and how a person might go about fixing it? Thanks
Comments
Comment #1
Jorrit commentedThe error is missing the most important part : the complete file name and line. Could you try to find that information?
Comment #2
Jorrit commentedClosed because of lack of response.
Comment #3
karl qin commentedPHP Fatal error: Cannot access empty property in /var/www/drupal/sites/all/modules/video/includes/TranscoderFactory.inc on line 244
the converted filename ends with "." without any extension
Comment #4
karl qin commentedComment #5
Jorrit commentedThat is very strange, converted files should always have an extension. What value is selected for "Video output extension" in the preset settings? Can you save the preset, transcode a video, and see if it actually has an extension?
Comment #6
Jorrit commentedClosed because of lack of response. Unfortunately, I am unable to investigate the issue using the information you provided. Please try 2.6 or the latest -dev version.