• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • 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.

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