• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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