I’ve just solved the same issue on newly installed Nextcloud on openSUSE. Just needed to install php7-opcache
module:
zypper in php7-opcache
systemctl restart php-fpm
BTW, 'memcache.local' => '\\OC\\Memcache\\APCu'
doesn’t work without php7-APCu
module:
zypper in php7-APCu