• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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