Home > WordPress > CREATE TABLE failed error when installing the cforms II.

CREATE TABLE failed error when installing the cforms II.

State had failed to automatically generate the table. "Cforms-global-settings.php" From the description, find the statements CREATE TABLE, was performed manually, can now be used.

  CREATE TABLE wp_cformssubmissions (
 id int (11) unsigned auto_increment,
 form_id varchar (3) default'',
 sub_date timestamp,
 email varchar (40) default'',
 ip varchar (15) default'',
 PRIMARY KEY (id));

 CREATE TABLE wp_cformsdata (
 f_id int (11) unsigned auto_increment primary key,
 sub_id int (11) unsigned NOT NULL,
 field_name varchar (100) NOT NULL default'',
 field_val text); 

"Wp_" portion of the need to change to suit your environment.

Comments: 0

Comment Form
Remember personal info

Trackbacks: 0

Trackback URL for this entry
http://wmm.jp/2009/06/26/cforms-ii% e3% 81% ae% e3% 82% a4% e3% 83% b3% e3% 82% b9% e3% 83% 88% e3% 83% bc% e3% 83% ab% e6% 99% 82% e3% 81% ab% e3% 82% a8% e3% 83% a9% e3% 83% bc / trackback /
Listed below are links to weblogs that reference
CREATE TABLE failed error when installing the cforms II. from Marshall

Home > WordPress > CREATE TABLE failed error when installing the cforms II.

Search
Feeds
Meta

Return to page top