Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

lara50617's avatar

Plesk with Envoyer

I have installed Plesk Onyx on a server and there is the possibility to deploy with Git of local. As for Git it demands a Git(hub)key I can't use that for Envoyer but I thought when I use local I can put in Envoyer instead. When I connect the server to Envoyer I got the error: "We couldn't reload FPM on one of your servers". I applied the suggested solution "echo "forge ALL=NOPASSWD: /usr/sbin/service php7.0-fpm reload" | sudo tee -a /etc/sudoers.d/php-fpm > /dev/null" and also added it to the sudoers file (via sudo visudo). But the error remains. Perhaps there has to be changed something in the parallels directory. Has someone experience with connecting Envoyer to a Plesk domain and give me a hint?

0 likes
1 reply
alegarcia's avatar
Level 1

Hello @Angelluc , it strongly depends on your SO and php version. In the last deployment I had to do, the server (Plesk on Ubuntu 14.04) initially had php 5.5.9 for CLI, and a different one for domain subscription. I found your error and a lot more.

I installed manually php 7.1 and required php modules, I configured the server for use that version globally and then all was OK.

You can find some tips here: https://tecadmin.net/install-php5-on-ubuntu/

If the situation still continues, ask me for more information and I'll try help you

1 like

Please or to participate in this conversation.