I’m installing Miab v76 on a fresh VPS and the installation stops during the Nextcloud setup stage with the following error:
FAILED: sudo -u www-data php8.0 /usr/local/lib/owncloud/console.php app:enable contacts
-----------------------------------------
Could not download app contacts
-----------------------------------------
Has anyone run into this recently, or found a workaround? I found a few older forum posts mentioning the same issue, but I couldn’t find a definitive fix.
Installed today new MIAB and encountered same problem.
Clean and updated Ubuntu 22.04 in Proxmox LXC container.
I dont quite understand, is everybody having this issue, or is there somebody who actually can install v76 cleanly?
It seems like this problem is not related to some weird VPS provider or connection error. Installing v75 resolves this, but is not a very good solution.
Anyone hit by this, try to add some verbose logging to the command: sudo -u www-data php8.0 /usr/local/lib/owncloud/console.php -vvv app:enable contacts
If this is really is a regression between v75 and v76, this commit seems to be the only relevant commit.
Let’s try it, edit setup/nextcloud.sh in your mailinabox folder and remove line 327 (which should start with \$CONFIG['appstoreenabled'], then retry the Mail-in-a-Box installation.