• 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
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

Resolved Different php versions in Plesk php settings and php -v in one directory

straddi

Basic Pleskian
Hello, I have the following problem and cannot find a solution:

I ran sudo update-alternatives --config php in the root directory. It is set to auto mode, php -v results in 8.0.3.
7.3.31 is set in plesk Websites & Domains> PHP Settings> PHP support (PHP version). The query via the link next to phpinfo () also shows 7.3.31.
I go over putty on the server in the appropriate directory but php -v shows that version 8.0.3 is running.
That also seems to be true, since error messages appear, since the scripts only under 7.3. to run.
Can one of you tell me where the error is and how I can get the version set in Plesk to run in this directory?

Thanks very much

Greetings Straddi
 
hello @straddi ,

Plesk install php to the /opt/plesk/php/
Code:
:~# /opt/plesk/php/7.3/bin/php -v|head -1
PHP 7.3.31 (cli) (built: Sep 24 2021 04:56:10) ( NTS )

so if I understood you correct you need to call appropriate interpreter with full path

p.s> I've moved your question to the appropriate forum.
 
Back
Top