I've used the CCK module to create a few content types. During creation of the content types CCK offered to insert field that were already built. When appropiate I used this feature, it's a great time saver. But later when I went to create content of that type the system created the content but I got these user warnings. Did I do something wrong? need to do another step? Can I get rid of the warnings without duplicating the fields?

• user warning: Unknown column 'field_product_identification_value' in 'field list' query: UPDATE node_content_submit_cappuccino_machin SET field_product_identification_value = 'jkjkjkj' WHERE vid = 40 AND nid = 40 in /xxxx/xxxx/xxxx/includes/database.mysql.inc on line 120.
• user warning: Unknown column 'field_length_of_use_value' in 'field list' query: UPDATE node_content_submit_cappuccino_machin SET field_length_of_use_value = 'Less Than 1 Month' WHERE vid = 40 AND nid = 40 in /xxxx/xxxx/xxxx/includes/database.mysql.inc on line 120.
• user warning: Unknown column 'field_quality_rating_value' in 'field list' query: UPDATE node_content_submit_cappuccino_machin SET field_quality_rating_value = 1 WHERE vid = 40 AND nid = 40 in /xxxx/xxxx/xxxx/includes/database.mysql.inc on line 120.

There are more warnings but you get the idea.

Thanks

Comments

jrc’s picture

I thought it was something that I did when I duplicated one of the CCK node types and then worked on that duplication. But if you are seeing this problem, too, it may be a bug. I'm using cck-cvs on 4.7.2.