Closed (fixed)
Project:
Entity Construction Kit (ECK)
Version:
7.x-3.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Mar 2013 at 23:09 UTC
Updated:
11 Dec 2014 at 01:04 UTC
Jump to comment: Most recent
Comments
Comment #1
fmizzell commentedNo luck figuring out a hack for this. I tried adding the file with the class, but a lot of other important stuff does not run, since eck is disabled, specifically the entity_info and schema hooks.
So, I tried enabling eck in the uninstall hook of eck_entitycache, but I could not figure out an appropriate hook to disable the module again, and leaving the system in a different state than what the user originally had it does not seem right to me.
So, for now, I don't see a good solution to this problem.
Comment #2
aimeerae+1 - this happens to me, same reproduction steps.
EDIT: you CAN uninstall! when I first read the issue I thought it was there forever!
1. re-enable your eck module
2. uninstall eck_entitycache
(if you are going uninstall eck, too)
3. disable eck
4. uninstall eck
Yay! All is well. A little clunky, but at least it can be uninstalled. I worried for a moment.
Comment #3
donutdan4114 commentedThis is still happening.
If it can't truly be fixed, perhaps we can just show a message when the user goes to uninstall ECK Entity Cache.
If ECK is disabled, show a message:
Comment #6
fmizzell commentedIs not a "solution" but this issue is now prevented in the code, by not allowing Drupal to disable eck if eck_entitycache is installed.