• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • (Plesk for Windows):
    MySQL Connector/ODBC 3.51, 5.1, and 5.3 are no longer shipped with Plesk because they have reached end of life. MariaDB Connector/ODBC 64-bit 3.2.4 is now used instead.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

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