Randomly I discovered that the video content type is not available anymore. Nodes of that type are displaying just title and body (booth node view and edit form).
The following error message is logged:
call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'video_node_form' was given in /home/www/drupal/drupal-5.15/includes/form.inc on line 218.
I tryed to debug, but stumpled on complexity. It could be caused by caching, but clearing cache via devel meodule does not solve it. The way is to dis- and reenable some of the video-submodules, than the contenttype appears and works fine.
Comments
Comment #1
hypertext200Clear cache should solve your problem, cause this might be cause of menu cache.
Comment #2
e5sego commentedI found that enabling or disabling some other module also fix it, for a while. May this info help.
Comment #3
hypertext200Thanks @sebastiang, for sharing this idea
Comment #4
e5sego commentedMay following info helps to isolate the bug.
The video contenttype disappers be editing some other contenttype, even just open the edit form and save it without changes.
It does not happen if I edit menu or categories.
Comment #5
hypertext200Thanks a lot. we are working hard to fix this :)
Comment #6
glen201 commentedThis is fixed in Drupal 6 version 6.x-2.2 and forward releases
Comment #8
e5sego commentedIs there a chance to reimplement this to 5.x? I would try to fix the 5.x, if I would have some approach how this was caused/solved. Did not found it on the 6.x lists of solved bug.
Comment #9
e5sego commentedSomehow the problem disapperaed on the mentioned platform, may after update cck or core.
Comment #10
e5sego commentedIt came back to live ;)
So well, I would be grateful for any hint to localize this bug.
Comment #11
MLSatya commentedwarning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'video_node_form' was given in ../includes/form.inc on line 377.
The issue is back. I had to disable the video module several versions back because of this issue. The video disappears on the update. We cannot access the file in edit mode and the above error is what replaces the file. I have several big sites using this module and it is a pain to have to embed so much video.
I cleared cache but still it is a haunting error.
Please for a fix.
thanks
Comment #12
Jorrit commentedThe current code does not contain "video_node_form" anymore. It must be a left-over somewhere. What video module versions have you used in the past? My guess is that you have been using the video module for many versions.
Comment #13
Jorrit commentedComment #14
Jorrit commentedClosed because of lack of response.