Closed (fixed)
Project:
Video
Version:
6.x-2.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Oct 2009 at 18:51 UTC
Updated:
26 Mar 2010 at 04:13 UTC
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.
Comments
Comment #1
hypertext200This module still not workign with CCK, we will fix it soon
Comment #2
hypertext200