Today i tried to run php bin/vendors install
and got this output:
|
> Installing/Updating DoctrineFixturesBundle
Cloning into /var/kunden/webs/arion/www/trunk/src/vendor//bundles/Symfony/Bundle/DoctrineFixturesBundle...
fatal: http://github.com/symfony/DoctrineFixturesBundle.git/info/refs not found: did you run git update-server-info on the server?
cd: 1: can't cd to /var/kunden/webs/arion/www/trunk/src/vendor//bundles/Symfony/Bundle/DoctrineFixturesBundle
cd: 1: can't cd to /var/kunden/webs/arion/www/trunk/src/vendor//bundles/Symfony/Bundle/DoctrineFixturesBundle
cd: 1: can't cd to /var/kunden/webs/arion/www/trunk/src/vendor//bundles/Symfony/Bundle/DoctrineFixturesBundle |
and this:
|
HEAD is now at 41b5913 Merge pull request #27 from stof/disable_profiler
PHP Fatal error: Class 'Symfony\Bundle\DoctrineFixturesBundle\DoctrineFixturesBundle' not found in /var/kunden/webs/arion/www/trunk/src/app/AppKernel.php on line 16
Fatal error: Class 'Symfony\Bundle\DoctrineFixturesBundle\DoctrineFixturesBundle' not found in /var/kunden/webs/arion/www/trunk/src/app/AppKernel.php on line 16
PHP Fatal error: Class 'Symfony\Bundle\DoctrineFixturesBundle\DoctrineFixturesBundle' not found in /var/kunden/webs/arion/www/trunk/src/app/AppKernel.php on line 16
Fatal error: Class 'Symfony\Bundle\DoctrineFixturesBundle\DoctrineFixturesBundle' not found in /var/kunden/webs/arion/www/trunk/src/app/AppKernel.php on line 16 |
You have to change dour deps file like this to resolve the problem:
old:
|
[DoctrineFixturesBundle]
git=http://github.com/symfony/DoctrineFixturesBundle.git
target=/bundles/Symfony/Bundle/DoctrineFixturesBundle |
new:
|
[DoctrineFixturesBundle]
git=http://github.com/doctrine/DoctrineFixturesBundle.git
target=/bundles/Symfony/Bundle/DoctrineFixturesBundle
version=origin/2.0 |
Official change:
https://github.com/doctrine/DoctrineFixturesBundle/commit/479f10d068bd0b01e055aa2f555946893322b79c