Skip to content
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

Install issue for commit 5de1144 #97

Closed
OlivierCuyp opened this issue Jan 5, 2012 · 3 comments
Closed

Install issue for commit 5de1144 #97

OlivierCuyp opened this issue Jan 5, 2012 · 3 comments

Comments

@OlivierCuyp
Copy link

Hi,

I ran bin/vendors update and I got the following error :

HEAD is now at 5de1144 Merge pull request #94 from l3l0/add-unit-tests
PHP Fatal error:  Class 'Doctrine\Bundle\DoctrineBundle\Command\DoctrineCommand' not found in /home/olivier/git/sf-dealecta.com/vendor/bundles/Sensio/Bundle/GeneratorBundle/Command/GenerateDoctrineCommand.php on line 18

It is apparently linked to commit 5de1144 from issue #94 ...

Let me know if you need more info.

@stof
Copy link
Collaborator

stof commented Jan 5, 2012

This has nothing to do with KnpMenuBundle. The error comes from SensioGeneratorBundle, as said in the error message

bin/vendors update will upgrade all your vendors to the version specified in the deps file and change the deps.lock file. But you need to change the version in your deps file because SensioGeneratorBundle master branch now requires Symfony master. Use the 2.0 branch

@stof stof closed this as completed Jan 5, 2012
@stloyd
Copy link
Contributor

stloyd commented Jan 5, 2012

It's not this bundle issue. As you can read your error message: /Sensio/Bundle/GeneratorBundle/Command/GenerateDoctrineCommand.php

To fix this you need to use: https://github.com/sensio/SensioGeneratorBundle/tree/2.0 (but you probably will run into issue sensio/SensioGeneratorBundle#90).

@OlivierCuyp
Copy link
Author

@stof & @stloyd Thanks for the support and yes I ran in the issue sensio/SensioGeneratorBundle#90.
So I'll continue the talk there...

EmmanuelVella pushed a commit to EmmanuelVella/KnpMenuBundle that referenced this issue Sep 23, 2020
Removed choice of weak/strong reference
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants