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

With the problem area known, the solution was quite easy. I had to install two additional php packages (I compared the packages installed for 7.2 and 7.4 and these two did not popup for 7.2):

apt install php-redis
apt install php-apcu

After installation and restart von apache, all was fine. Ready for NC 20. :wink:

3 Likes