php 8.0 Error or down

Status
Not open for further replies.
Try restarting via directadmin or via SSH.
service php-fpm80 restart

Also check logs.
service php-fpm80 restart
Redirecting to /bin/systemctl restart php-fpm80.service
Failed to restart php-fpm80.service: Unit not found.
[root@linda1 custombuild]# service php-fpm81 restart
Redirecting to /bin/systemctl restart php-fpm81.service
Failed to restart php-fpm81.service: Unit not found.
[root@linda1 custombuild]# service php-fpm74 restart
Redirecting to /bin/systemctl restart php-fpm74.service
 
Odd.
Is php 8.0 and 8.1 installed properly?

Check your php settings in the /usr/local/directadmin/custombuild/options.conf file.
 
Do you have Multiple php version in your options.conf?
Code:
grep php /usr/local/directadmin/custombuild/options.conf
 
Hey, I fixed it switching php 8 to 8.1, then I installed/updated it, it's working now.
 
Status
Not open for further replies.
Back
Top