Closed webfaqtory closed 5 years ago
I am seeing this as well.
@webfaqtory @weitzman which OS and DrupalConsole version are you using?
Ubuntu 14.04 and the latest download of DrupalConsole
I'm on OSX. Just did a vanilla composer create-project drupal-composer/drupal-project
@weitzman how about the Launcher?
The error is just by executing composer create-project drupal-composer/drupal-project
I get this too
@clausbruun which PHP version do you have?
@jmolivas PHP 7.1.7
same problem on php 7.1
I was not been able to replicate this. Did any of you would like to share your php.ini
?
I launched the console from the root of drupal, but it works when I launch the console outside (level -1)...
I have faced the same issue in Windows (PHP 5.6). This is because of another vendor which was created by first Command "composer require drupal/console:~1.0". I have fixed the issue in two ways-
Hi there,
I'm getting the same issue. Linux Mint, php 7.1
If I run composer install
and the vendor folder doesn't exist, I get the error. If I run the same command again it works as expected.
Any ideas?
I couldn't reproduce it using DC v1.9.1 and php v7.1.23.
On step 2 of installation "Download using DrupalComposer project template" issuing the command:
composer create-project \ drupal-composer/drupal-project:8.x-dev \ drupal8.dev \ --prefer-dist \ --no-progress \ --no-interaction
I get:
PHP Fatal error: Cannot redeclare class Drupal\Console\Composer\Plugin\ExtenderManager in /var/www/drupal8/drupal8.dev/vendor/drupal/console-extend-plugin/src/ExtenderManager.php on line 9
Tried installing as well on a clean Drupal 8.3 install and had the same results.