Hello,

I installed webform and custom_webform_comments module. I logged in as admin and tried to add some comments. I got the below error. Can you please help?

PDOException: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'id' in 'field list': INSERT INTO {custom_webform_comments} (id, comment, subject, nid, sid, commenter_user_id, comment_parent, ts) VALUES (:db_insert_placeholder_0, :db_insert_placeholder_1, :db_insert_placeholder_2, :db_insert_placeholder_3, :db_insert_placeholder_4, :db_insert_placeholder_5, :db_insert_placeholder_6, :db_insert_placeholder_7); Array ( [:db_insert_placeholder_0] => [:db_insert_placeholder_1] => SS [:db_insert_placeholder_2] => S [:db_insert_placeholder_3] => 16 [:db_insert_placeholder_4] => 12 [:db_insert_placeholder_5] => 1 [:db_insert_placeholder_6] => 0 [:db_insert_placeholder_7] => 2015-09-03 15:06:08 ) in custom_webform_comments_commentform_submit() (line 77 of /home/dcyacht/public_html/sites/all/modules/custom_webform_comments/custom_webform_comments.module).

Custom Webform Comments 7.x-1.0
Webform 7.x-4.10

Comments

Stefan Lehmann’s picture

There is an already an issue for that module: https://www.drupal.org/node/2464301

See the comment there.

I like cookies!