• 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.

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