Skip to content
Advertisement

Failed to start The PHP 8.0 FastCGI Process when update to php8.0

I am trying to update from php7.4 to php8.0

I applied the following steps

JavaScript

But I got the error

JavaScript

Knowing that there is no “php-fpm.conf” file in “/etc/php/8.0/fpm/”

Advertisement

Answer

By logs I see somehow You’ve lost config file: /etc/php/8.0/fpm/php-fpm.conf

So I found one in my server and put to Gist.

Need to put that on Your server.

In terminal:

JavaScript

if You still have issues, uninstall all php stuff, and install again:

JavaScript
User contributions licensed under: CC BY-SA
10 People found this is helpful
Advertisement