Posted by eminencehealthcare on December 14, 2012 at 10:34pm
12 followers
Jump to:
| Project: | Field collection |
| Version: | 7.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | major |
| Assigned: | kscheirer |
| Status: | active |
Issue Summary
Cannot Uninstall Field Collection Module for the life of me.
I tried deleting the database tables in PHPmyadmin.
Are there any dependencies or other things I can try?
Comments
#1
Same here. I've disabled it, but it doesn't show up on the Uninstall tab like other modules do.
#2
Same here. It's not even possible to disable the module as it is
But under fields collections it says:
Is it safe to just delete the module from the filesystem?
#3
+1
#4
Bug confirmed - this seems pretty serious. Steps to reproduce:
Workaround: the easiest way to uninstall this module
drush sqlq "update system set status = 0 where type = 'module' and name = 'field_collection'"#5
+1
#6
To uninstall this module
Go to the module list
In field collection click the link field list
Find your fields listed as field collection and click 'delete instances'
Your module will now say fields pending deletion
Run cron
You can now disable the module then uninstall the normal way through drush or using the interface
#7
+1