forms are missing after changing provider
-
I changed from Lycos to Strato. Backupped my wordpress files. Uploaded them to Strato. Started a new WordPress installation.Made a dump of my Lycos database php4. Imported the database in Strato php5. Got an error:
#
# Tabel structuur voor tabelai_cformsdata
#
CREATE TABLE ai_cformsdata(
f_id int( 11 ) unsigned NOT NULL AUTO_INCREMENT ,
sub_id int( 11 ) unsigned NOT NULL ,
field_name varchar( 100 ) NOT NULL default ”,
field_val text,
PRIMARY KEY ( f_id )
) ENGINE = MYISAM AUTO_INCREMENT =4594DEFAULT CHARSET = utf8Now my WordPress site on Strato is working. But:
The posts and pages are missing.
And concerning cformsII. It is working very well. Even my tracking data is still there. But my customised forms are gone! I have put a lot of effort in making this form and would like it back very much.
I did not make a backup of the cforms settings using the backup function in cformsII.
I see in the old database that the form can be found in cforms_settings. But when I import the database in Strato the cforms settings does not show the data of the customised form.
How do I get the curstomised form back? I have no ideas anymore.
- The topic ‘forms are missing after changing provider’ is closed to new replies.