the authcache_bultin.module triggers the authcache_enum_keys function inside the authcache_builtin_expire_cache function
if you do not have the authcache_enum enabled this leads in to the undefined function error.

I think we should either make the authcache_enum a dependency on authcache_bultin or check for a module_excists wrapper in the expire_cache function.

I'am willing to make a patch for both options.

Comments

znerol’s picture

Status: Active » Fixed

Thanks for the report. I'm wondering under which circumstances you got this error. Authcache Builtin should disable its hook_expire_cache from within hook_module_implements_alter when Authcache Enum is not around. Anyway, I committed a fix and also added documentation as well as a new check in hook_requirements.

Commit: 19951d4

Status: Fixed » Closed (fixed)

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

Anonymous’s picture

Issue summary: View changes

wrong function name in description