-
Notifications
You must be signed in to change notification settings - Fork 119
Problems with installing vendors #6
Comments
Hello, I encountered a similar error: some dependencies' namespace have changed from 'Symfony' to 'Doctrine', and you may have to edit the 'deps', the 'app/AppKernel.php' and 'app/autoload.php' files to correct that and install the vendors. I have tried a good hour to get it working but the concerned files keep on being rewritten during the vendor installation process, nullifying the corrections... I am new to symfony and this dependencies setup process, so if anybody could give us an hand and explain how to fix the code errors to install the tutorial, that would be highly appreciated, thank you. :) Regards. |
Same problem for me:
|
I'm having the same problem. I've tried updating the
And the
I'm still getting this error when I run
What am I missing to get this to work properly? Cheers. |
When I try to install vendors as per your instructions, few of the bundles are asking for account username and password.
[doctrine-fixtures]
git=http://github.com/doctrine/data-fixtures.git
[DoctrineFixturesBundle]
git=http://github.com/symfony/DoctrineFixturesBundle.git
target=/bundles/Symfony/Bundle/DoctrineFixturesBundle
[doctrine-migrations]
git=http://github.com/doctrine/migrations.git
[DoctrineMigrationsBundle]
git=http://github.com/symfony/DoctrineMigrationsBundle.git
target=/bundles/Symfony/Bundle/DoctrineMigrationsBundle
The text was updated successfully, but these errors were encountered: