Keywords: Drupal - Google Cloud Platform - Technical issue - Other
Description:
On a fresh installation on GCP using Drupal certified by Bitnami, when I open an SSH window and try to use drush, I find this error.
bitnami@maci-new-vm:~$ cd /opt/bitnami/drupal/
bitnami@maci-new-vm:/opt/bitnami/drupal$ drush dl CKEditor
In Application.php line 268:
dl has been removed. Please build your site using Composer. Add new projects with composer require drupal/[pro
ject-name]. Use https://www.drupal.org/project/composer_generate to build a composer.json which represents the
enabled modules on your site.
bitnami@maci-new-vm:/opt/bitnami/drupal$
The error continues. For example:
bitnami@maci-new-vm:/opt/bitnami/drupal$ drush pm-update
In Application.php line 268:
The pm-updatecode command was removed. Please see composer update --dry-run
and composer update
. For secur
ity release notification, see drush pm:security
.
bitnami@maci-new-vm:/opt/bitnami/drupal$
I am unable to use drush, which I have used six months back without any difficulty on GCP with Drupal certified by Bitnami installation.
I must admit that I am not a techie and I am making a website for myself.