• 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!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Resolved Can't change PHP handler

Xopez

New Pleskian
Hello,

I have a problem with Plesk. I installed PHP 7.3 as it came avaiable and wanted to switch to it.
I can change it on the main domain. Subdomains are unaffected and i can't change it there manually.
On the subdomains it is active and I can work with it, but I wanted to upgrade it.

I get on subdomains only this greyd-out button:

upload_2018-12-17_22-47-37.png

Not a single Handler has a problem. And ofc the Handlers are enabled. It doesn't matter if iits the OS vendor variant or the normal on.

upload_2018-12-17_22-49-9.png

Just that you can see that I can change it on the main domain:
upload_2018-12-17_22-50-48.png


EDIT:
My Distro:
Distributor ID: Ubuntu
Description: Ubuntu 16.04.5 LTS
Release: 16.04
Codename: xenial
Plesk Version: Plesk Onyx 17.8.11 Update Nr. 35
I am using Apache as Webserver. Nginx is not installed.
Code:
apache2 -v
Server version: Apache/2.4.18 (Ubuntu)
Server built:   2018-06-07T19:43:03
Plesk repair doesn't find any errors and warnings.

The server is uptodate.
Attached the generated ZIP from Plesk Support-tool.
 

Attachments

  • midfFzWSx.zip
    540.7 KB · Views: 1
Last edited:
With the shown command I get following:
Code:
# plesk bin subscription -u rank.mightful-noobs.de --php_handler_id plesk-php73-fpm
Unrecognized option: '--php_handler_id'


exit status 1

I also edited the entry post with a few things.
 
With the shown command I get following:
Code:
# plesk bin subscription -u rank.mightful-noobs.de --php_handler_id plesk-php73-fpm
Unrecognized option: '--php_handler_id'

exit status 1

Please note: The correct option is -php_handler_id, not --php_handler_id. It's only 1 dash.
 
Remove one hyphen (‐) and tell us the result.

Code:
 plesk bin subscription -u rank.mightful-noobs.de -php_handler_id plesk-php73-fpm
 
It has worked and its now shown in Plesk.
# plesk bin subscription -u rank.mightful-noobs.de -php_handler_id plesk-php73-fpm
SUCCESS: Update of domain 'rank.mightful-noobs.de' completed.

The only thing is that it's still greyed out. But thanks for the first help.
 
Back
Top