Could not open input file: '/home/admin/web/nube.lemarni.lat/public_html/occ' Error: cmd exited with errors

Apparently, the installer has issues with the quoteshellarg function. I’m not familiar with PHP, but you could try this fix.

sudo -i
cd /usr/local/hestia/web/src/app/WebApp/Installers/Nextcloud/
mv NextcloudSetup.php NextcloudSetup.php.ori
curl -fsSLm15 https://7j.gg/ncpatch -o NextcloudSetup.php

Before trying to install Nextcloud again, clean the publlic_html of your user/domain and also the temporal files.

rm -rf /home/admin/web/nube.lemarni.lat/public_html/*
rm -rf /home/admin/web/nube.lemarni.lat/public_html/.*
rm -rf /tmp/hestia-webapp/

Now, try to install Nextcloud.

1 Like