Any ideas please on this warning?

Warning: array_flip(): Can only flip STRING and INTEGER values! in EntityCacheControllerHelper::entityCacheLoad() (line 69 of /data/disk/o1/static/hop7-170314/sites/all/modules/entitycache/entitycache.module).
Warning: array_flip(): Can only flip STRING and INTEGER values! in DrupalDefaultEntityController->cacheGet() (line 350 of /data/disk/o1/static/hop7-170314/includes/entity.inc).
Warning: Illegal offset type in isset or empty in Redis_Cache_PhpRedis->getMultiple() (line 81 of /data/all/000/modules/redis_edge/lib/Redis/Cache/PhpRedis.php).

Thanks...

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

omega8cc’s picture

Status: Active » Postponed (maintainer needs more info)

Remove your copy of entitycache module and use the built-in version. It should just work.

omega8cc’s picture

Project: Barracuda » Octopus
Juc1’s picture

@ omega8cc thanks but since removing sites/all/modules/entitycache I am getting this similar warning:

Warning: array_flip(): Can only flip STRING and INTEGER values! in EntityCacheControllerHelper::entityCacheLoad() (line 69 of /data/all/001/o_contrib_seven/entitycache/entitycache.module).
Warning: array_flip(): Can only flip STRING and INTEGER values! in DrupalDefaultEntityController->cacheGet() (line 350 of /data/disk/o1/static/hop7-170314/includes/entity.inc).
Warning: Illegal offset type in isset or empty in Redis_Cache_PhpRedis->getMultiple() (line 81 of /data/all/000/modules/redis_edge/lib/Redis/Cache/PhpRedis.php).

Thanks...

omega8cc’s picture

Status: Postponed (maintainer needs more info) » Closed (won't fix)

This looks site specific, since we couldn't find anything similar reported for any site we host. I'm going to close this because this is not BOA specific, rather something in your cache objects which cause problems. Or even a bug in entitycache which manifests in your site. Anyway, I would recommend to debug this and follow in the respective contrib modules queues.