• I have encountered the following error.
    Just report for investigation.

    PHP 7.4.9
    WP 5.4.2
    Memcached process/server 1.6.6

    Undefined offset: 1
    wp-content/plugins/powered-cache/includes/dropins/memcached-object-cache.php:483

    Thanks.

Viewing 1 replies (of 1 total)
  • Plugin Author Mustafa Uysal

    (@m_uysl)

    Hi @simongcc,

    Can you define a global $memcached_servers; in your config file?
    Eg. ( $memcached_servers = array( ‘127.0.0.1:11211’ );

    That notice can raise up when the port is not specified, however it shouldn’t output anything, you can just ignore it.

    • This reply was modified 4 years, 2 months ago by Mustafa Uysal.
Viewing 1 replies (of 1 total)
  • The topic ‘Undefined offset error in memcached-object-cache.php’ is closed to new replies.