• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Question how to update the php version for the text console?

stefan-franz

Basic Pleskian
Hello,
i updated over plesk my php version to 8.0 - and in nextcloud / system there is shown php 8.0.13

But if i want somethin to on the text console, there somes that message:
sudo -u www-data php occ maintenance:mode --on
This version of Nextcloud requires at least PHP 7.3
You are currently running 7.2.24-0ubuntu0.18.04.10. Please update your PHP version

How can i update the php version for ubuntu 18.04 for the text console?
 
You'll have to use the PHP version provided by Plesk to run your script. If you only enter "php" then the PHP version of your OS will be used.
So, simply change the "php" part in your script to "/opt/plesk/php/8.0/bin/php".

See also:
 
Back
Top