Scor
(@jlnarayanagmailcom)
I had the same problem with my wp 2.8. I created the table in my wp database and it started working.
CREATE TABLE IF NOT EXISTS <your_wp_db_prefix>_contact_form_7 (
cf7_unit_id bigint(20) unsigned NOT NULL auto_increment,
title varchar(200) NOT NULL default ”,
form text NOT NULL,
mail text NOT NULL,
mail_2 text NOT NULL,
messages text NOT NULL,
additional_settings text NOT NULL,
PRIMARY KEY (cf7_unit_id));