Viewing 1 replies (of 1 total)
  • Plugin Contributor Marko Vasiljevic

    (@vmarko)

    Hello @3xploiton3

    Thank you for reaching out and I am happy to help!
    The W3 Total Cache recognizes the php extensions. You need to make sure the Memcached php extension is installed and enabled

    Check the service at the CLI/SSH: memcached-tool 127.0.0.1:11211 display and memcached-tool 127.0.0.1:11211 stats.
    telnet 127.0.0.1 11211
    should communicate with memcache and respond to status commands etc
    Look if the service is running: ps afux | grep memc
    restart the service if needed (as root/sudo): service memcached restart.

    I hope this helps!

    Thanks!

Viewing 1 replies (of 1 total)
  • The topic ‘Trying to access array offset on value of type null’ is closed to new replies.