I am receiving the following warnings from a site that is using the socket method of connection
Warning: Illegal offset type in memcache_admin_menu() (line 57 of mypath/sites/all/modules/memcache/memcache_admin/memcache_admin.module).
Warning: Illegal offset type in isset or empty in _memcache_admin_get_bin_for_cluster() (line 517 of mypath/sites/all/modules/memcache/memcache_admin/memcache_admin.module).
Warning: Illegal offset type in _memcache_admin_get_bin_for_cluster() (line 523 of mypath/sites/all/modules/memcache/memcache_admin/memcache_admin.module).
Warning: Illegal offset type in _memcache_admin_get_bin_for_cluster() (line 527 of mypath/sites/all/modules/memcache/memcache_admin/memcache_admin.module).
Warning: Illegal offset type in memcache_admin_menu() (line 58 of mypath/sites/all/modules/memcache/memcache_admin/memcache_admin.module).
Where would be the best place to start debugging?
Thanks in advance
Comments
Comment #1
markpavlitski commentedIt looks like sockets aren't fully supported, especially in regard to the memcache_admin module.
Have a look at #1547390: Unix sockets confuse the stats page for further information.