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

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