phpupdate_error_nextcloud
*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
phpupdate_error_nextcloud.txt · Last modified: 2023/09/13 19:07 by admin