I have Webform installed (6.2.x) with Drupal 6.2 and I'm getting the following error when trying to add a new component/field to a Webform:

Warning: Table 'watchdog' was not locked with LOCK TABLES query: INSERT INTO watchdog (uid, type, message, variables, severity, link, location, referer, hostname, timestamp) VALUES (1, 'php', '%message in %file on line %line.', 'a:4:{s:6:\"%error\";s:12:\"user warning\";s:8:\"%message\";s:295:\"Unknown column 'email' in 'field list'\nquery: INSERT INTO webform_component (nid, cid, pid, form_key, name, type, value, extra, mandatory, weight, email) VALUES (43, 1, 0, 'test', 'test', 'textfield', '', 'a:0:{}', 0, -10, 0)\";s:5:\"%file\";s:87:\"/home/public_html/drupalIntro/sites/all/modules/webform/webform_components.inc\";s:5:\"%line\";i:478;}', 3, '', '/drupalIntro/node/43/edit/components/new/textfield?name=test&mandatory=0& in /home/public_html/drupalIntro/includes/database.mysqli.inc on line 128

Has anyone seen this before with Webform? The rest of my content is posting fine.

Comments

ambientdrup’s picture

Additionally, I'm also seeing this error when navigating back to my home page after trying to add the Webform component:

user warning: Unknown column 'email' in 'field list' query: INSERT INTO webform_component (nid, cid, pid, form_key, name, type, value, extra, mandatory, weight, email) VALUES (43, 1, 0, 'test', 'test', 'textfield', '', 'a:0:{}', 0, -10, 1) in /home/public_html/drupalIntro/sites/all/modules/webform/webform_components.inc on line 478.

midnightdim’s picture

I experienced the same problem after updating the Webform module to the latest release. Resolved it by adding "email" field to webform_component table.

boogieland’s picture

I'm having the same problem. Is there a patch or updates regarding this issue?

ggamba’s picture

Subscribing