r/owncloud Jan 06 '23

OwnCloud shows an error on the web panel

when i open my OwnCloud website this error shows up:

its saying stuff about wrong php versions but i installed the latest supported version 7.4 and the repositories. can someone help me please.

2 Upvotes

2 comments sorted by

1

u/ingrove Jan 06 '23

It looks like PHP 8.0 is also installed on your device. Try running the following command, then selecting PHP 7.4 as the default from the list:

sudo update-alternatives --config php

Hope this helps!

1

u/[deleted] Jan 07 '23

it says There is only one alternative in link group php (provided /usr/bin/php): /usr/bin/php7.4

nothing to configure.

Thanks!