*NEXTCLOUD shows PHP version error*
If you have any problems with the PHP version when updating, do the following:
go to your nextcloud folder and than to lib
cd /var/www/nextcloud/lib/
nano versioncheck.php
find the line with the PHP number that says:
if (PHP_VERSION_ID >= 80300) {
and change 80300 to 8400
if (PHP_VERSION_ID >= 80400) {
Save the file and try again.
Enjoy,
Your ArtIT Team