I get this when ever I try to run my cron manually

Fatal error: Call to undefined function _video_upload_node_node_save_video_status() in /home/pixel39/public_html/modules/video_upload/video_upload.module on line 1499

Other then that everything else seems to work fine

Comments

zserno’s picture

If you search for the string '_video_upload_node_node_save_video_status' you can see there is no function with this name. So probably that's just a typo. Renaming the above string to '_video_upload_node_save_video_status' solved the problem for me.

jhedstrom’s picture

Status: Active » Fixed

This is fixed in CVS HEAD, and is part of the beta2 release. Thanks for the report.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.