New install failing as it "Could not download app contacts"

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.

Thanks.

There’s other people who encountered this,but perhaps not resolved. Try instructions found there and report back here.

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.

Another option might be the solution entered in this github issue.

I had the same problem. This fixed it. Thank you

[quote=“KiekerJan, post:4, topic:16548”]
Another option might be the solution entered in [this github issue][/quote]

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.