- initially i used webform 7.x-4.1 installed. webform ajax (7.x-1.1) not worked, so i just uninstalled web form and webform ajax.
- manually deleted following tables,
DROP TABLE
webform
,webform_component
,webform_conditional
,webform_conditional_rules
,webform_emails
,webform_last_download
,webform_roles
,webform_submissions
,webform_submitted_data
;
again i tried web form 7.x-3.20 installation. but i getting bellow error.
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'mydb.webform' doesn't exist: SELECT w.*, n.title AS title FROM {webform} w LEFT OUTER JOIN {node} n ON w.nid = n.nid WHERE (w.block = :db_condition_placeholder_0) AND (n.type IN (:db_condition_placeholder_1)) ; Array ( [:db_condition_placeholder_0] => 1 [:db_condition_placeholder_1] => webform ) in webform_block_info() (line 1697 of C:\wamp\www\\sites\all\modules\webform\webform.module).
tell me the steps by step to uninstall the web form and web form ajax. i want to install web form (7.x-3.20 ) and web ajax once again