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

Issue Got PHP 7.3 installed and selected server and WP shows 7.2

Space Monkey

Basic Pleskian
Hmm, I got PHP 7.3 installed, got it selected with the domains.

One of my plugins show the server is running 7.2, when I look in /etc/php it only shows 7.2.

What am I missing?
 
Check the version of PHP for your domain with phpinfo():


2222.png
 
but in /etc/php/ only 7.2 shows
Plesk PHP versions located in /opt/plesk/php/ directory:

# ll /opt/plesk/php/
total 36
drwxr-xr-x 7 root root 4096 Sep 13 03:51 5.2
drwxr-xr-x 7 root root 4096 Sep 13 03:51 5.3
drwxr-xr-x 8 root root 4096 Sep 13 03:51 5.4
drwxr-xr-x 8 root root 4096 Sep 13 03:51 5.5
drwxr-xr-x 8 root root 4096 Sep 13 03:51 5.6
drwxr-xr-x 8 root root 4096 Sep 13 03:51 7.0
drwxr-xr-x 8 root root 4096 Sep 6 16:42 7.1
drwxr-xr-x 8 root root 4096 Sep 6 16:40 7.2
drwxr-xr-x 8 root root 4096 Sep 6 16:48 7.3
 
Plesk PHP versions located in /opt/plesk/php/ directory:

# ll /opt/plesk/php/
total 36
drwxr-xr-x 7 root root 4096 Sep 13 03:51 5.2
drwxr-xr-x 7 root root 4096 Sep 13 03:51 5.3
drwxr-xr-x 8 root root 4096 Sep 13 03:51 5.4
drwxr-xr-x 8 root root 4096 Sep 13 03:51 5.5
drwxr-xr-x 8 root root 4096 Sep 13 03:51 5.6
drwxr-xr-x 8 root root 4096 Sep 13 03:51 7.0
drwxr-xr-x 8 root root 4096 Sep 6 16:42 7.1
drwxr-xr-x 8 root root 4096 Sep 6 16:40 7.2
drwxr-xr-x 8 root root 4096 Sep 6 16:48 7.3
Ok ty, in that one it shows 7.2 and 7.3

The plugin shows 7.2 though

sy1db9y3nu3l5.png


Now you might think, it's a plugin bug but I had to change something in php.ini and when I changed it in 7.3 nothing happened and when I changed the 7.2 ini it did even though in Plesk>domains>php I got 7.3 selected.
 
I know nothing about this plugin but I assume that it works on system (from mentioned by you above /etc/php/) php, but not Plesk, version.
 
I know nothing about this plugin but I assume that it works on system (from mentioned by you above /etc/php/) php, but not Plesk, version.
I don't know how that exactly works but I was assuming when I set a domain on PHP 7.3 everything installed on that domain would use 7.3 or is that not how it works? Makes the most sense to me.
 
Back
Top