• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • (Plesk for Windows):
    MySQL Connector/ODBC 3.51, 5.1, and 5.3 are no longer shipped with Plesk because they have reached end of life. MariaDB Connector/ODBC 64-bit 3.2.4 is now used instead.
  • 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