I have a multisite and when I make or edit a post I have this user warning, but not in all sites.
user warning: Unknown column 'field_adjunta_video_title' in 'field list' query: INSERT INTO cat_content_type_opinio (vid, nid, field_adjunta_video_embed, field_adjunta_video_value, field_adjunta_video_provider, field_adjunta_video_data, field_adjunta_video_status, field_adjunta_video_version, field_adjunta_video_title, field_adjunta_video_description, field_adjunta_video_duration) VALUES (2179, 2176, NULL, NULL, NULL, NULL, 1, 0, NULL, NULL, 0) in /home/content/o/p/i/opina2005/html/opina/sites/all/modules/cck/content.module on line 1213.
Thanks in advance
Comments
Comment #1
aaron commenteddid you run all updates? that field was added recently, but should be present (confirmed for self after testing).
Comment #2
cercamon commentedYes, I have run all updates.
Thanks
Comment #3
phantomvish commentedI face the same issue in 6.x-2.5
Unknown column 'field_busaudio_title' in 'field list' query: INSERT INTO content_type_business_profile (vid, nid, field_busaudio_embed, field_busaudio_value, field_busaudio_provider, field_busaudio_data, field_busaudio_status, field_busaudio_version, field_busaudio_title, field_busaudio_description, field_busimage_embed, field_busimage_value, field_busimage_provider, field_busimage_data, field_busimage_status, field_busimage_version, field_busimage_title, field_busimage_description, field_busvideo_embed, field_busvideo_value, field_busvideo_provider, field_busvideo_data, field_busvideo_status, field_busvideo_version, field_busvideo_title, field_busvideo_description, field_busvideo_duration, field_company_email_email, field_company_website_url, field_company_website_title,
Comment #4
phantomvish commentedAlso, the node entries were not getting saved because of this error. I did two things to fix this.
1. I disabled the "Embedded Media Bonus Pack". This prevented me from adding any providers to EM CCK fields.
2. I added the providers for the EM CCK fields.
That made it work ! !