Closed (fixed)
Project:
References
Version:
7.x-2.1
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
5 Mar 2013 at 05:46 UTC
Updated:
10 Aug 2017 at 21:59 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
swati.karande commentedHi,
Its not a module bug! You will see there's a a link called Field list "Required by: Drupal (Field type(s) in use - see Field list )" If you click on that link you will see the entity types that have a "user reference" field in it. You must remove the fields before uninstalling.
you have to delete all this module-provided fields, After deleting fields you will see "Required by: Drupal (Fields pending deletion)" for that you need to run cron ( may be multiple times ) that will complete the deletion process. After that you'll be able to disable/uninstall this module.
I hope it will help you!
Comment #2
gintass commentedThank you very much for your response. I wish you were right, but I was certain that I deleted all the fields related to this module prior to posting in the issue queue. I'm attaching a screenshot of my Field list page. You can see that it doesn't have fields related to User Reference module. The only reference fields on this list are related to "Entity Reference" module which was installed prior to installing References module. All those fields were also created prior to installing References module. I cleared cache few times.
Comment #3
swati.karande commentedHi,
On my local I have replicated the same problem and solved it as explained you in #1 comment.
But its not working for you so if possible can you try to remove the module from your modules directory, run cron, then put it back, I guess it will let you disable it.
Comment #4
gintass commentedI decided to get rid of this module by simply rolling back my database prior to installing the References module. Luckily I had a backup and didn't have much content to loose, otherwise I would have tried what you are suggesting. Thanks again.
Comment #5
renatog commentedHi people.
As cited by @swati.karande in #1
Comment #6
renatog commentedThank you for Answer Swati
Good Work people.
Regards