-
Notifications
You must be signed in to change notification settings - Fork 397
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot install blt due to Class 'Symfony\Component\Debug\Exception\FatalThrowableError' not found #2496
Comments
Sorry about that, 9.1.x was merged into 9.x and removed. Please try 9.x. |
Also, please know that 9.x is in alpha in 8.9.x is the stable version. |
I tried 8.9.12 and I got the same error |
composer create-project acquia/blt-project:9.x-dev --no-interaction my-project throw the same error: PHP Fatal error: Uncaught Error: Class 'Symfony\Component\Debug\Exception\FatalThrowableError' not found in /var/www/zzz/my-project/vendor/symfony/console/Application.php:129 |
Can you try to update composer |
composer self-update
|
What is your PHP version? |
PHP 7.1.13 |
Ack! Well that's a mystery. I've just executed
With Composer 1.6.2 and PHP 7.1.12 without issue. For some reason composer is resolving your dependencies differently. Perhaps |
hmmm I tried composer clear-cache, without results :( |
Can you share the full command output? |
|
Do you happen to have some global composer packages installed, like phpcs, that may be interfering with the instal process? |
I'm running this inside a default installed geerlingguy/ubuntu1604 VM. No phpcs installed |
Well luckily that sounds very reproducible. However, I should mention that typically the create project command is run on the host machine. A vm is then created via “blt vm.” Even so, what you are doing should work. |
you are right, your approach is the typical, however I was using this way and works fine with version 8.9.2 |
Feature branches
|
This is successful for me:
|
Try |
composer create-project acquia/blt-project:dev-issue-2496-fatal-error --no-interaction my-project works fine, ends without errors |
I just tried 9.1.x-dev and is not working. I tried 8.9.12 and I got the same error:
My system information:
When I run this command:
I get the following output:
The text was updated successfully, but these errors were encountered: