Closed (fixed)
Project:
Video
Version:
6.x-4.2-beta2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Feb 2011 at 11:19 UTC
Updated:
26 Oct 2011 at 09:56 UTC
I'm getting this error when I try to run cron: Fatal error: Call to a member function load_job_queue() on a non-object in /var/www/sites/all/modules/video/includes/transcoder.inc on line 167
I also get this when i try to save on the transcoder page within the module interface. I don't want to use a transcoder.
Fatal error: Call to a member function admin_settings_validate() on a non-object in /var/www/sites/all/modules/video/includes/transcoder.inc on line 102
I don't have the zencoder or video upload module installed and am not using ffmpeg to transcode videos. Just video ftp so wondering why this is happening?
Thanks.
Comments
Comment #1
shiftymic commentedI have the exact same issue,
Fatal error: Call to a member function load_job_queue() on a non-object in /home/fireflyt/public_html/sites/all/modules/video/includes/transcoder.inc on line 166
except I am using the Video Upload module with ZendGdata ----- I read they used ZendGdata ver 1.7.2 but tried with most recent release, 1.11.7 ------------ I am going to try to use 1.7.2 and will check back after I see what happens, but using videos on Drupal is so complicated despite ALL of the tutorials and options available!
Comment #2
shiftymic commentedokay ------- got it this time --------- had nothing to do with ZendGdata -----
if you are using Video Upload Module, then you CANNOT have the regular old Video module enabled -!
The bounce back with Video Upload has tremendous speed and is like hiring Youtube to conjure video to your site, but for free!
Now, if I could just get the Youtube tag at the bottom of the screen to go away..........
installation for Video Upload here: http://drupal.org/node/251345
Comment #3
smcenterprises commentedMy cron run returns the same error, except it is on line 166:
Fatal error: Call to a member function load_job_queue() on a non-object in /public_html/sites/default/modules/video/includes/transcoder.inc on line 166
This only started happening when I upgraded to 6.X-4.2 a few days ago. I'm running drupal 6.22 and PHP 5.2.17.
Any suggestions on what to do?
Comment #4
emcniece commentedJust got hit with this. I also saw an error about the transcoder not being set up properly, so I wonder if it's an init issue.
I went to admin/settings/video/transcoders, selected the only option button available to me (Locally Installed Transcoders (FFMPEG/Handbreke/Mcoder)) and saved the options.
Error went away.
Comment #5
mrp40 commentedI had the same issue after upgrading recently. Now I vaguely remember seeing something in the Drush output during the upgrade saying that it was resetting the transcoder settings. When I went to the transcoder settings page it said the settings were wrong, I set them to default and away it went.
Comment #6
Jorrit commentedShould be fixed with 6.x-4.3-rc1 because it is now impossible to have no presets.