I am getting the error that the php modules are not installed.
Since I am on Arch Linux, the legacy php 7.4 modules are name php7
, php7-gd
, php7-intl
and php7-fpm
. I have created symbolic links to /usr/bin/php
etc. and added server unix://run/php-fpm7/php-fpm.sock
in my nginx configuration.
So the modules are installed. I just gueses that OwnCloud is not aware of them. How can I solve this?