Update to 28.0.5 - memcached error now

Installed on Ubuntu 22.04.4LTS - LEMP stack
Working 28.04 install updated to 28.05
Now the Admin Overview reports:
" * Memcached is configured as distributed cache, but the wrong PHP module “memcache” is installed. \OC\Memcache\Memcached only supports “memcached” and not “memcache”. For more details see the documentation :arrow_upper_right:."

The documentation link errors out.

memcached is already the newest version (1.6.14-1ubuntu0.1).
php-memcached is already the newest version (3.1.5+2.2.0-14.1).

Is this a false flag or did something change between 28.04 & 5?

I have the same error after update to 28.0.5

1 Like

Same here! after the update to 28.0.5 :saluting_face:

Remove the PHP memcache module. Keep the PHP memcacheD module.

Is this a false flag or did something change between 28.04 & 5?

The setup checks are constantly evolving.

Technically the check logic changed a little and may trigger in environments where memcache (the wrong PHP module) is present even if the other (correct) module (memcacheD) is also present.

Fix pending: