Can't get the upgrade from php7.2 to php7.4 to work

Another day went by and one step forward was made!

I removed the following entries from config.php and restarted apache.

‘memcache.local’ => ‘\OC\Memcache\APCu’,
‘memcache.distributed’ => ‘\OC\Memcache\Redis’,
‘memcache.locking’ => ‘\OC\Memcache\Redis’,

I am now able to logon and the system page shows me PHP 7.4.8!

afbeelding

Ofcourse the overview page is now complaining now caching is activated, which I will not have to look at. But at least I was able to narrow down, where the issue is.

1 Like