I've got a warning. I don't know what to do. I'd tried do set webform mailsetting (name, e-mail). I cannot set the mail the webform should be send to. After this error all changes in this part of the configuration are lost.

user warning: Unknown column 'teaser' in 'field list' query: INSERT INTO webform (nid, confirmation, teaser, submit_text, submit_limit, submit_interval, email, email_from_name, email_from_address, email_subject, additional_validate, additional_submit) VALUES (940, '', 1, '', -1, -1, '', '3', '1', 'Charts', '', '') in XXX/includes/database.mysql.inc on line 172.

Please, what can I do?

Comments

quicksketch’s picture

Status: Active » Closed (fixed)

This error is caused by an out-of-date database. The 'teaser' column was added in an early 2.x version, most likely you just upgraded and need to run the update.php file.