Hi There,
I tried to activate the extension imap for php. After that my php 73 stopped working. I get the following error when I try to (re)start the service:
Does anyone know how I can fix that? Thanks in advance,
Sam
I tried to activate the extension imap for php. After that my php 73 stopped working. I get the following error when I try to (re)start the service:
Code:
[root@server24 ~]# service php-fpm73 status
Redirecting to /bin/systemctl status php-fpm73.service
● php-fpm73.service - The PHP FastCGI Process Manager
Loaded: loaded (/etc/systemd/system/php-fpm73.service; enabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Fri 2020-08-28 20:04:06 CEST; 20s ago
Process: 23898 ExecStart=/usr/local/php73/sbin/php-fpm73 --nodaemonize --pid=/run/php-fpm73.pid (code=exited, status=254)
Main PID: 23898 (code=exited, status=254)
Aug 28 20:04:06 server24.example.online systemd[1]: Starting The PHP FastCGI Process Manager...
Aug 28 20:04:06 server24.example.online php-fpm73[23898]: [28-Aug-2020 20:04:06] NOTICE: PHP message: PHP Fa...e 0
Aug 28 20:04:06 server24.example.online systemd[1]: php-fpm73.service: main process exited, code=exited, st.../n/a
Aug 28 20:04:06 server24.example.online systemd[1]: Failed to start The PHP FastCGI Process Manager.
Aug 28 20:04:06 server24.example.online systemd[1]: Unit php-fpm73.service entered failed state.
Aug 28 20:04:06 server24.example.online systemd[1]: php-fpm73.service failed.
Hint: Some lines were ellipsized, use -l to show in full.
[root@server24 ~]# service php-fpm73 restart
Redirecting to /bin/systemctl restart php-fpm73.service
Job for php-fpm73.service failed because the control process exited with error code. See "systemctl status php-fpm73.service" and "journalctl -xe" for details.
[root@server24 ~]#
Does anyone know how I can fix that? Thanks in advance,
Sam