No video fields shown when adding Video content type
kcolbe - October 20, 2009 - 18:51
| Project: | Video |
| Version: | 6.x-2.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
I can't see any video fields when creating a new "Video". I have investigated the problem down to line 807 in video.module. I've placed the following line directly before this line:
drupal_set_message('video_' . $node->vtype, 'v_form', 'warning');
the result is:
"video_"
It seems $node->vtype is null. Why is this happening? I have uninstalled and reinstalled this module twice. I have also cleared all caches and run update.php. Is video.install forgetting some table entries or something??
Thanks.

#1
This module still not workign with CCK, we will fix it soon