Steps
- Setup OC 8.1RC1
- Enable APCu memcache (enable the php module and set
'memcache.local' => '\OC\Memcache\APCu' in config.php
- Go to admin page, see that there is no warning about memcache
- Switch code to OC 8.1RC2
- Run CLI upgrade with
sudo -uwwwrun ./occ upgrade
Expected result
Upgrade works
Actual result
An unhandled exception has been thrown:
OC\HintException: [0]: Missing memcache class \OC\Memcache\APCu for local cache (Is the matching PHP module installed and enabled ?)
Please note that the web UI upgrade works properly.
Versions
ownCloud 8.1 RC2
@icewind1991 @DeepDiver1975
Steps
'memcache.local' => '\OC\Memcache\APCu'in config.phpsudo -uwwwrun ./occ upgradeExpected result
Upgrade works
Actual result
Please note that the web UI upgrade works properly.
Versions
ownCloud 8.1 RC2
@icewind1991 @DeepDiver1975