Nextcloud update catastrophe

I fixed the issue, it was a combination of having to fix the php8.2 config, changing the hardcoded 7.4 version in several spot of which mainly nginx and the php config which I copied from a server backup I had

2 Likes

Hi,
I could resolve it easily by two commands:

sudo a2enmod php8.1
sudo a2dismod php7.4

without removing php7.4

hope this would help

1 Like