Notice: Undefined index: servers in /var/www/html/wiki/includes/libs/objectcache/MemcachedPhpBagOStuff.php on line 46 Notice: Undefined index: debug in /var/www/html/wiki/includes/libs/objectcache/MemcachedPhpBagOStuff.php on line 47
and makes the wiki extremely slow.
Related stuff in my LocalSettings.php
$wgMainCacheType = CACHE_MEMCACHED; $wgMemCachedServers = array( '127.0.0.1:11211' );
Caused by https://gerrit.wikimedia.org/r/#/c/248652/?