phpupdate_error_nextcloud
This is an old revision of the document!
*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.
phpupdate_error_nextcloud.1694624823.txt.gz · Last modified: 2023/09/13 19:07 by admin