Closed (fixed)
Project:
Webform
Version:
7.x-3.18
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
15 Jul 2012 at 13:53 UTC
Updated:
12 Aug 2012 at 04:01 UTC
Hi, I tried to remove the webform component, but was unable. I disabled it, and removed it. Drupal said I was successful. I cleared caches, ran cron. Webform still appears in the modules page. I was able to re-enable it. I disabled, and removed it again (also seemingly successful) and then tried to reinstall it. Drupal now tells me that it is already installed - how do I get rid of it?
Comments
Comment #1
vernond commentedMake the Webform module inactive on your site:
On the Modules page, uncheck the box next to Webform;
Click on Save configuration button at the bottom of the page.
Remove Webform module tables from your site database:
Click on the UNINSTALL tab towards the top of the page;
Check the box next to Webform;
Click on Uninstall button at the bottom of the page.
Once you're done with this, click again on the Modules link in the toolbar in an effort to make sure that the page is reloaded properly.
Comment #2
quicksketchYep, as vernond says, modules must be explicitly "Uninstalled" through the UI, not just disabled (which doesn't delete data, it just turns it off temporarily).