this is the line


entitycache/entitycache.module:  book_node_load($nodes, array());

should the book module be enabled and defined as part of the entitycache.info file?

Comments

damiankloip’s picture

This is inside book_entitycache_node_load(), so will surely not get invoked unless the book module is enabled?

SocialNicheGuru’s picture

I ran drush -y dis entitycache
I got the above error.

am I supposed to disable the book module before I disable entitycache?

DamienMcKenna’s picture

Category: bug » support

Did you also disable the Book module? It shouldn't have ran the hook_entitycache_node_load hook unless there was something funny going on in the site. Was entitycache successfully disabled?

Dave Reid’s picture

Status: Active » Postponed (maintainer needs more info)
greggles’s picture

Issue summary: View changes
Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)

Without steps to reproduce the issue it seems it's time to close this.