• I get the following error when activating teh plugin: memcached cache backend activated but no PHP memcached extension was found

    I have memcache and memcached installed. I am running cpanel v60 with PHPFPM and I do have extension=memcached.so in teh php.ini file

    memcache
    memcache support => enabled
    memcache.allow_failover => 1 => 1
    memcache.chunk_size => 8192 => 8192
    memcache.default_port => 11211 => 11211
    memcache.default_timeout_ms => 1000 => 1000
    memcache.hash_function => crc32 => crc32
    memcache.hash_strategy => standard => standard
    memcache.max_failover_attempts => 20 => 20
    Registered save handlers => files user memcache

Viewing 1 replies (of 1 total)
  • Plugin Author petermolnar

    (@cadeyrn)

    hi,

    if the plugin can’t see it, it’s not active. it’s looking for the base memcache/memcached objects and/or functions in php, so if they don’t exist, it’s not active.

Viewing 1 replies (of 1 total)
  • The topic ‘memcached cache backend activated but no PHP memcached extension was found’ is closed to new replies.