Nextcloud PHP Module fehlen?

3 Antworten

Das hängt von deiner Server-Konfiguration ab. Windows, Linux? In zweitem Fall: Welche Distribution? Welche PHP-Version?

Beispielhaft unter Debian 10 unter PHP 7.3:

sudo apt install php7.3-curl php7.3-xml [...]

Anschließend muss PHP und ggf. der Webserver (Apache / nginx / ...) neugestartet werden.


Haste Root Zugriff?


Hey

wenn du php7.4 hast gib diese Befehle nacheinander als root User ein, danach den Webserver neustarten und es geht.

apt update
apt upgrad -y
apt install ca-certificates apt-transport-https lsb-release gnupg curl nano unzip -yapt update
apt install php7.4 php7.4-cli php7.4-curl php7.4-gd php7.4-intl php7.4-json php7.4-mbstring php7.4-mysql php7.4-opcache php7.4-readline php7.4-xml php7.4-xsl php7.4-zip php7.4-bz2 libapache2-mod-php7.4 -y
/etc/init.d/apache2 restart

Gruß