Closed (fixed)
Project:
Video Upload
Version:
5.x-1.0-beta1
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Oct 2008 at 20:32 UTC
Updated:
12 Nov 2008 at 22:33 UTC
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.