drupal-console icon indicating copy to clipboard operation
drupal-console copied to clipboard

The Drupal CLI. A tool to generate boilerplate code, interact with and debug Drupal.

Results 141 drupal-console issues
Sort by recently updated
recently updated
newest added

### D9 Deprecated function call to getUsername in DatabaseLogBase:221 used by command:LogPollCommand ### Problem The issue appeared in the LogPollCommand but in reality it lies in it's parent "DatabaseLogBase". In...

### Problem/Motivation Drupal console is using Symfony 2|3 components, Drupal 9 is coming soon in about 6 months and there is a patch for Symfony 4.4 support in Drupal 8...

console I'm using this module: https://www.drupal.org/project/oracle My project requires me to use Drupal 8 with an Oracle db Follow these instructions to install and connect to an Oracle DB: https://www.drupal.org/docs/8/modules/oracle-driver...

It is safe to change the expression because the autoloader script will return the already initiated instance.

### Problem/Motivation TASK [geerlingguy.drupal-console : Install Drupal Console.] ******************** fatal: [abcd]: FAILED! => {"changed": false, "dest": "/usr/local/bin/drupal", "elapsed": 1, "msg": "Request failed", "response": "HTTP Error 500: Internal Server Error", "status_code":...

Is there a reason we can't use the same techniques that drush uses where the global drush figures out which site it is in and then executes the proper local...

The #4074 PR introduced a regression with the annotations. The `DrupalCommand` annotation was missing the `@` annotation token prefix, which stops translations from being detected for generated commands as it...

### Problem/Motivation A few issues/suggestions/questions when creating a form followed by the block plugin (to hold the form): - why is there no option to NOT include a route to...

The "drupal/console-extend-plugin" plugin requires API (1.0) When running update using Composer 2.0 the following error occurs: `The "drupal/console-extend-plugin" plugin was skipped because it requires a Plugin API version ("^1.0") that...

### [console] Problems with versions in dependency symfony/css-selector ### Problem/Motivation When I was working with Varbase for Drupal 9 I found problems in the installation of Drupal Console due to...