Created
August 31, 2012 18:46
-
-
Save juliend2/3557226 to your computer and use it in GitHub Desktop.
erreurs lors de l'installation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
erreur lors du `sudo php bin/vendors install --reinstall` | |
remote: Total 11321 (delta 7529), reused 10747 (delta 7047) | |
Receiving objects: 100% (11321/11321), 1.43 MiB | 938 KiB/s, done. | |
Resolving deltas: 100% (7529/7529), done. | |
28d83c32e3dfcb0b3b6b4f16233cbe374b4d55a6 | |
HEAD is now at cc4a6b1 Merge pull request #639 from widop/patch-1 | |
sh: /var/www/poison14/vendor/bundles/Sensio/Bundle/DistributionBundle/Resources/bin/build_bootstrap.php: not found | |
PHP Fatal error: Class 'Sensio\Bundle\DistributionBundle\SensioDistributionBundle' not found in /var/www/poison14/app/AppKernel.php on line 29 | |
Fatal error: Class 'Sensio\Bundle\DistributionBundle\SensioDistributionBundle' not found in /var/www/poison14/app/AppKernel.php on line 29 | |
PHP Fatal error: Class 'Sensio\Bundle\DistributionBundle\SensioDistributionBundle' not found in /var/www/poison14/app/AppKernel.php on line 29 | |
Fatal error: Class 'Sensio\Bundle\DistributionBundle\SensioDistributionBundle' not found in /var/www/poison14/app/AppKernel.php on line 29 | |
D'après ce output, j'ai deviné qu'il me manquait des dépendances. Donc j'ai fait un `sudo git submodule foreach git pull` et voici le output: | |
[...] | |
Entering 'vendor/bundles/JMS/SecurityExtraBundle' | |
No submodule mapping found in .gitmodules for path 'vendor/bundles/JMS/SecurityExtraBundle' | |
Removing Analysis/ServiceAnalyzer.php | |
Removing Controller/ControllerListener.php | |
CONFLICT (delete/modify): DependencyInjection/Compiler/SecureMethodInvocationsPass.php deleted in 3308dce9cb1a5a4d2f7fb95164b572114adcc281 and modified in HEAD. Version HEAD of DependencyInjection/Compiler/SecureMethodInvocationsPass.php left in tree. | |
Removing Generator/ProxyClassGenerator.php | |
Auto-merging JMSSecurityExtraBundle.php | |
CONFLICT (content): Merge conflict in JMSSecurityExtraBundle.php | |
Removing Metadata/Driver/AnnotationConverter.php | |
Removing README | |
Auto-merging Security/Authorization/Expression/LazyLoadingExpressionVoter.php | |
Removing Security/Authorization/Interception/MethodInvocation.php | |
Removing Tests/Analysis/ServiceAnalyzerTest.php | |
Removing Tests/Controller/ControllerListenerTest.php | |
Removing Tests/Controller/Fixtures/SecuredController.php | |
Removing Tests/Controller/Fixtures/UnsecuredController.php | |
Removing Tests/DependencyInjection/Compiler/SecureMethodInvocationsPass.php | |
Removing Tests/Generator/ProxyClassGeneratorTest.php | |
Removing Tests/Mapping/Driver/AnnotationDriverTest.php | |
Removing Tests/Mapping/Driver/Fixtures/services.php | |
Removing Tests/Security/Authorization/Interception/SecureMethodInvocationTest.php | |
Auto-merging composer.json | |
CONFLICT (add/add): Merge conflict in composer.json | |
Automatic merge failed; fix conflicts and then commit the result. | |
Stopping at 'vendor/bundles/JMS/SecurityExtraBundle'; script returned non-zero status. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment