OCC throw error about Acpu not available

[details=“Support intro”]

Ubuntu 22.04
Php8.1
NC 28

When I try use occ it throw an error like this
OCP\HintException: [0]: Memcache OC\Memcache\APCu not available for local cache (Is the matching PHP module installed and enabled?)

I havet his in config.php
‘memcache.local’ => ‘\OC\Memcache\APCu’,
‘memcache.distributed’ => ‘\OC\Memcache\Redis’,
‘memcache.locking’ => ‘\OC\Memcache\Redis’,
‘redis’ => [
‘host’ => ‘localhost’,
‘port’ => 6379,
],
module is available

What can be wrong?

1 Like

Still the same that was wrong in your last question about it: How use OCC as a beginner. Have never used it - #7 by Anders_Yuran

No its not the same at all. I have used it a lot after my question but on the new server this show up. If the php module is loaded, how do I enable it as it say in the error

Well, it is exactly the error you posted at

I posted a link to the documentation and @devnull quoted the relevant part in
How use OCC as a beginner. Have never used it - #8 by devnull.

So really not sure what is different now?!