Hi, I’ve did the php 7.2 to 7.4 migration and i have a fpm erro that prevents all the nextcloud installation to work:
root@services:/etc/php/7.4/fpm# service php7.4-fpm status
● php7.4-fpm.service - The PHP 7.4 FastCGI Process Manager
Loaded: loaded (/lib/systemd/system/php7.4-fpm.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Thu 2021-02-04 09:59:40 CET; 5min ago
Docs: man:php-fpm7.4(8)
Process: 5169 ExecStopPost=/usr/lib/php/php-fpm-socket-helper remove /run/php/php-fpm.sock /etc/php/7.4/fpm/pool.d/www.conf 74 (code=exited, status=0/SUCCESS)
Process: 5168 ExecStart=/usr/sbin/php-fpm7.4 --nodaemonize --fpm-config /etc/php/7.4/fpm/php-fpm.conf (code=exited, status=78)
Main PID: 5168 (code=exited, status=78)
Feb 04 09:59:40 services systemd[1]: Starting The PHP 7.4 FastCGI Process Manager...
Feb 04 09:59:40 services php-fpm7.4[5168]: [04-Feb-2021 09:59:40] ERROR: [/etc/php/7.4/fpm/pool.d/nextcloud.conf:1] value is NULL for a ZEND_INI_PARSER_ENTRY
Feb 04 09:59:40 services php-fpm7.4[5168]: [04-Feb-2021 09:59:40] ERROR: Unable to include /etc/php/7.4/fpm/pool.d/nextcloud.conf from /etc/php/7.4/fpm/php-fpm.conf a
Feb 04 09:59:40 services php-fpm7.4[5168]: [04-Feb-2021 09:59:40] ERROR: failed to load configuration file '/etc/php/7.4/fpm/php-fpm.conf'
Feb 04 09:59:40 services php-fpm7.4[5168]: [04-Feb-2021 09:59:40] ERROR: FPM initialization failed
Feb 04 09:59:40 services systemd[1]: php7.4-fpm.service: Main process exited, code=exited, status=78/n/a
Feb 04 09:59:40 services systemd[1]: php7.4-fpm.service: Failed with result 'exit-code'.
Feb 04 09:59:40 services systemd[1]: Failed to start The PHP 7.4 FastCGI Process Manager.
Any help wellcome