• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Issue php-fm issue after plesk component updgrade

Farid

New Pleskian
Server operating system version
Ubuntu 22.04
Plesk version and microupdate number
18.0.55 Update #2
Hi,
Since this morning, my website is offline because of php-fm issue.
I discovered this error below and realized that occures juste after a plesk compent upgrade...

Plesk Obsidian v18.0.55_build1800230919.07 os_Ubuntu 22.04


Error(2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /var/www/vhosts/system/admin.xxxxx.com/php-fpm.sock (*) failed
AH01079: failed to make connection to backend: httpd-UDS

503GET /update-online HTTP/1.1
 
Here are more detail on Plesk log:
2023-10-31 06:26:01 INFO: pum is called with arguments: ['--check']
2023-10-31 06:26:01 ERROR: Update operation was locked by another update process (Plesk installer or pum).
2023-10-31 06:26:01 ERROR: Exited with returncode 100.:
0: /opt/psa/admin/plib/Pum/Driver/Unix.php:161
Plesk\Pum\Driver_Unix->_exec(array)
1: /opt/psa/admin/plib/Pum/Driver/Unix.php:130
Plesk\Pum\Driver_Unix->checkRepositories()
2: /opt/psa/admin/plib/Pum/Driver/Unix.php:49
Plesk\Pum\Driver_Unix->updatePackagesCache()
3: /opt/psa/admin/plib/DailyMaintainance/Task/InstallSystemPackageUpdates.php:61
DailyMaintainance_Task_InstallSystemPackageUpdates->_update(boolean true)
4: /opt/psa/admin/plib/DailyMaintainance/Task/InstallSystemPackageUpdates.php:40
DailyMaintainance_Task_InstallSystemPackageUpdates->run(array)
5: /opt/psa/admin/plib/DailyMaintainance/Runner/Task.php:56
DailyMaintainance_Runner_Task->runTask(object of type DailyMaintainance_Task_InstallSystemPackageUpdates, array)
6: /opt/psa/admin/plib/DailyMaintainance/Runner/Task.php:31
DailyMaintainance_Runner_Task->run()
7: /opt/psa/admin/plib/DailyMaintainance/task-script.php:17
 
Thanks a lot Kaspar!!
I changed handler from fpm to fast-cgi and my website turned online afterwards!
Then should I keep the handler to fast-cgi?
You could, but the PHP-FPM handler is recommended. So you might want to switch back and see if that causes any issues.
 
Back
Top