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
Comment #1
zserno commentedIf 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.
Comment #2
jhedstromThis is fixed in CVS HEAD, and is part of the beta2 release. Thanks for the report.
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.