Kulturmensch
Regular Pleskian
Environment: Ubuntu 18.04.04 LTS and Plesk Obsidian
Result of Drupal update check:
I am trying to install the latest version of Drupal (currently 9.0.0-rc1) using "composer update" in the BASH but I am getting the following error:
drupal/core-composer-scaffold 9.0.0-rc1 requires php >=7.3.0 -> your PHP version (7.2.24) does not satisfy that requirement.
The required php-version for Drupal 9.X has now been increased to php 7.3 at minimum. The php-version 7.4.6 is provided by Plesk but obviously not recognized during the installation. I am already running the BASH with php 7.4.6 The command "php -v" shows:
The path to the php variant used (7.4) is entered in the environment file: etc / environment.
I tested the upgrade process also changing all cases mentioned above to php 7.3.18 - same result.
Is there any proposal how to get the actual php-Version (either 7.3 or 7.4) recognized by the DRUPAL upgrading process?
Result of Drupal update check:
I am trying to install the latest version of Drupal (currently 9.0.0-rc1) using "composer update" in the BASH but I am getting the following error:
drupal/core-composer-scaffold 9.0.0-rc1 requires php >=7.3.0 -> your PHP version (7.2.24) does not satisfy that requirement.
The required php-version for Drupal 9.X has now been increased to php 7.3 at minimum. The php-version 7.4.6 is provided by Plesk but obviously not recognized during the installation. I am already running the BASH with php 7.4.6 The command "php -v" shows:
- PHP 7.4.6 (cli) (built: May 14 2020 10:43:04) ( NTS )
- Copyright (c) The PHP Group
- Zend Engine v3.4.0, Copyright (c) Zend Technologies
- with Zend OPcache v7.4.6, Copyright (c), by Zend Technologies
The path to the php variant used (7.4) is entered in the environment file: etc / environment.
I tested the upgrade process also changing all cases mentioned above to php 7.3.18 - same result.
Is there any proposal how to get the actual php-Version (either 7.3 or 7.4) recognized by the DRUPAL upgrading process?
Last edited: