• 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!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.

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

straddi

Basic Pleskian
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
 
One possible solution could be to run the PHP script with one of the available Plesk PHP binaries, e.g.

/opt/plesk/php/<php version>/bin/php <path and name of your script>
like
/opt/plesk/php/7.3/bin/php /home/myscript.php
 
Many thanks for the answer,

I would like to run the whole directory so ... www / vhosts / domain under a certain php version. So actually like I set it up in Plesk under Websites & Domains> PHP Settings> PHP support (PHP version). But obviously the attitude is being ignored. The program on the domain only runs under php7.3. As I said, this is also set in Plesk. If the php version that is output under sudo update-alternatives --config php is higher than 7.3, it looks like the version set in Plesk (7.3) is ignored and the program no longer runs.
 
How are you running your scripts? The Plesk setting is only for scripts run by the webserver (which obviously works if phpinfo shows the correct version), not for cronjobs and shell. Also, what Peter said.
 
Back
Top