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

shiftymic’s picture

I 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!

shiftymic’s picture

okay ------- 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

smcenterprises’s picture

My 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?

emcniece’s picture

Just 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.

mrp40’s picture

I 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.

Jorrit’s picture

Status: Active » Closed (fixed)

Should be fixed with 6.x-4.3-rc1 because it is now impossible to have no presets.