Symptoms
Nextcloud extension cannot be installed on a domain:
PLESK_ERROR: Unable to download file: https://download.nextcloud.com/server/releases/nextcloud-30.0.3.zip
Cause
Nextcloud team withdrew the new version from their repositories and now it is not available until further notice:
Resolution
-
Connect to your Plesk server via SSH.
-
Download the hotfix:
# wget https://support.plesk.com/hc/en-us/article_attachments/28441021049751 -O Releases.zip
-
Unzip the file:
# unzip Releases.zip
-
Rename the original
Releases.php
file:# mv /opt/psa/admin/plib/modules/nextcloud/library/Releases.php /opt/psa/admin/plib/modules/nextcloud/library/Releases.php.back
-
Put the hotfix instead:
# mv Releases.php /opt/psa/admin/plib/modules/nextcloud/library/
-
Once Nextcloud notifies that the last version was uploaded again, move the original file back.
Comments
0 comments
Please sign in to leave a comment.