When I tried to uninstall entitycache after disabling it, I got the while screen of death. When I checked the error log, I see the following:

PHP Fatal error: Call to undefined function entitycache_supported_core_entities() in /Users/amodi/Sites/d7.redcat.org/sites/all/modules/entitycache/entitycache.install on line 12

Since the module is disabled, it does not have access to that function which is in the module. A simple workaround I had to this was to include entitycache.module before the function call: include_once('entitycache.module'); which resolved the issue.

Comments

catch’s picture

Status: Active » Fixed

Thanks for the report, committed basically that fix for this.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

threading_signals’s picture

Status: Closed (fixed) » Needs review

I did not see the fix within entitycache.install module as op described. Please repatch and recommit, thank you.

geerlingguy’s picture

Status: Needs review » Fixed

@vividgates - are you running the latest -dev release? It should work with that release. 7.x-1.x is pretty dated.

threading_signals’s picture

I tried the fix that you mentioned as well, thanks.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.