• 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 Plesk broken after PHP 7.3 install

Axel

New Pleskian
Hi,
My serveur'r running under Ubuntu 14.04 with plesk Onyx 17.8.

One of my site under Wordpress alerted me that my PHP version 7.1 was obsolete.
I tried to add PHP 7.3 using plesk installer but it was not present.

I installed successfully if via ssh (user root) with :
Code:
plesk installer --select-release-current --install-component php73

After that, i returned in plesk installer and could see that PHP 72 and 73 were added.
I chose to install PHP 73 ... again successfuly.

But when i tried to return to plesk interface, it remained unreachable.

I tried via ssh
Code:
plesk repair installation
without success. A lot of wanings and errors essentially due to access/permissions. Please see my log attached

PS : all sites runing under this plesk installation remain operational
The root site of Plesk shows the default Plesk Page. But when i add the port number (8443), it's not reachable.

Any help will be welcome.

Thanks in advance
 

Attachments

  • plesk_17.8.11_repair.zip
    2.1 KB · Views: 0
Last edited:
Edit : maybe a clue

The plesk server restart command shows that
Code:
~# /etc/init.d/sw-cp-server restart
nginx: [warn] duplicate value "TLSv1" in /etc/sw-cp-server/conf.d/ssl.conf:2
nginx: [warn] duplicate value "TLSv1.1" in /etc/sw-cp-server/conf.d/ssl.conf:2
nginx: [warn] duplicate value "TLSv1.2" in /etc/sw-cp-server/conf.d/ssl.conf:2
nginx: [emerg] BIO_new_file("/opt/psa/admin/conf/httpsd.pem") failed (SSL: error:02001002:system library:fopen:No such file or directory:fopen('/opt/psa/admin/conf/httpsd.pem','r') error:2006D080:BIO routines:BIO_new_file:no such file)
nginx: configuration file /etc/sw-cp-server/config test failed

additional information : Some sites on this plesk instance are behing Letsencrypt ...
 
Back
Top