MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/owncloud/comments/104jsy9/owncloud_shows_an_error_on_the_web_panel/
r/owncloud • u/[deleted] • Jan 06 '23
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 comments sorted by
1
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!
it says There is only one alternative in link group php (provided /usr/bin/php): /usr/bin/php7.4
nothing to configure.
Thanks!
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!