• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

Question PHP-FPM 8.3.1 Not configured

rbstern

Basic Pleskian
Server operating system version
Centos 7.9
Plesk version and microupdate number
Plesk Obsidian v18.0.57_build1800231218.09 os_CentOS 7
I'm trying to turn off E_WARNING in a domain using PHP 8.3.1. Changing the domain's PHP settings has no effect. When I look at the Server services management, Plesk shows:

PHP-FPM 8.3.1 Not configured

This topic covers the same issue, but the remedy described does not work (having at least one domain running the service):


Two different domains on the server are currently running PHP 8.3.1, one via Apache, the other via nginx.

I've run the Plesk web repair utility, as well as restarted, the PHP 8..3.1 service, Apache and nginx. No effect.
 
Unfortunately I do not know how it is possible that a domain is using PHP 8.3, yet the system says it is not configured. It's just not possible. You can try to look into the /opt/plesk/php/8.3/etc path to check whether configuration files for domains are present for the pool and also check whether the plesk-php83-fpm service is active. But beyond that, I have no advice and would suggest to contact the support team so that they can have a look at your server.
 
I specifically ran a script with phpinfo() to verify. Needed to remove E_WARNING in php because my application generates a high database load while logging php warnings specific to the app when running PHP 8.3.

When the configuration change didn't impact the warnings, that's when I started looking into this, and found the 8.2 forum thread referenced in my original post.

So, yes, running 8.3 and, also yes, Plesk says 8.3 is not configured.

I'll take it up with with support.
 
Back
Top