The module seems to be working fine on our site, except for one problem. Everytime I submit a node without an imagefield image uploaded, I am getting the following message:
user warning: Column 'field_image_fid' cannot be null query: INSERT INTO content_field_image (vid, nid, delta, field_image_fid, field_image_list, field_image_data) VALUES (5067, 5067, 0, NULL, NULL, NULL) in /home/westkiin/public_html/sites/all/modules/cck/content.module on line 1198.
But if the image is uploaded, everything is fine, no user warning comes up.
Can anyone help?
I have the following modules installed: Content Construction Kit (CCK) 6.x-2.0, FileField 6.x-3.0-alpha5, ImageAPI 6.x-1.0, ImageCache 6.x-2.0-beta2, ImageField 6.x-3.0-alpha2.
Comments
Comment #1
andrus_k commentedhttp://drupal.org/node/331805