IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

Symfony PHP Discussion :

Evaluation application Symfony


Sujet :

Symfony PHP

  1. #1
    Membre régulier Avatar de Caranille
    Homme Profil pro
    Développeur Web
    Inscrit en
    Août 2013
    Messages
    117
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Seine Saint Denis (Île de France)

    Informations professionnelles :
    Activité : Développeur Web
    Secteur : High Tech - Éditeur de logiciels

    Informations forums :
    Inscription : Août 2013
    Messages : 117
    Points : 70
    Points
    70
    Par défaut Evaluation application Symfony
    Bonjour,
    Je viens de faire un début d'application avec Symofny et j'ai voulut lui faire passer le test d'évaluation de Symfony et j'ai une erreur majeur que je ne comprends absolument pas, voici l'erreur:

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    94
    95
    96
    97
    98
    99
    100
    101
    102
    103
    SensioLabsInsight was not able to boot your Symfony application. If you need to customize files or run commands to make it bootable, you can edit your SensioLabsInsight project configuration to override the default "pre_composer_script" and/or "post_composer_script" settings.
     
    Time to fix: about 4 hours Comment  Ignore  Open Issue  Permalink
    PDOException: SQLSTATE[HY000] [2002] Connection refused in /home/foobar/code/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:43
    Stack trace:
    #0 /home/foobar/code/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php(43): PDO->__construct('mysql:host=127....', 'root', NULL, Array)
    #1 /home/foobar/code/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php(41): Doctrine\DBAL\Driver\PDOConnection->__construct('mysql:host=127....', 'root', NULL, Array)
    #2 /home/foobar/code/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(360): Doctrine\DBAL\Driver\PDOMySql\Driver->connect(Array, 'root', NULL, Array)
    #3 /home/foobar/code/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(429): Doctrine\DBAL\Connection->connect()
    #4 /home/foobar/code/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(389): Doctrine\DBAL\Connection->getDatabasePlatformVersion()
    #5 /home/foobar/code/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(328): Doctrine\DBAL\Connection->detectDatabasePlatform()
    #6 /home/foobar/code/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataFactory.php(763): Doctrine\DBAL\Connection->getDatabasePlatform()
    #7 /home/foobar/code/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataFactory.php(616): Doctrine\ORM\Mapping\ClassMetadataFactory->getTargetPlatform()
    #8 /home/foobar/code/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataFactory.php(174): Doctrine\ORM\Mapping\ClassMetadataFactory->completeIdGeneratorMapping(Object(Doctrine\ORM\Mapping\ClassMetadata))
    #9 /home/foobar/code/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/AbstractClassMetadataFactory.php(332): Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata(Object(Doctrine\ORM\Mapping\ClassMetadata), Object(Doctrine\ORM\Mapping\ClassMetadata), false, Array)
    #10 /home/foobar/code/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataFactory.php(78): Doctrine\Common\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata('CAR\\CaranilleBu...')
    #11 /home/foobar/code/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/AbstractClassMetadataFactory.php(216): Doctrine\ORM\Mapping\ClassMetadataFactory->loadMetadata('CAR\\CaranilleBu...')
    #12 /home/foobar/code/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php(281): Doctrine\Common\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor('CAR\\CaranilleBu...')
    #13 /home/foobar/code/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/DefaultRepositoryFactory.php(44): Doctrine\ORM\EntityManager->getClassMetadata('CAR\\CaranilleBu...')
    #14 /home/foobar/code/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php(698): Doctrine\ORM\Repository\DefaultRepositoryFactory->getRepository(Object(Doctrine\ORM\EntityManager), 'CAR\\CaranilleBu...')
    #15 /home/foobar/code/vendor/friendsofsymfony/user-bundle/Doctrine/UserManager.php(51): Doctrine\ORM\EntityManager->getRepository('CAR\\CaranilleBu...')
    #16 /home/foobar/code/app/insight_cache/appProdProjectContainer.php(1640): FOS\UserBundle\Doctrine\UserManager->__construct(Object(FOS\UserBundle\Util\PasswordUpdater), Object(FOS\UserBundle\Util\CanonicalFieldsUpdater), Object(Doctrine\ORM\EntityManager), 'CAR\\CaranilleBu...')
    #17 /home/foobar/code/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php(310): appProdProjectContainer->getFosUser_UserManagerService()
    #18 /home/foobar/code/app/insight_cache/appProdProjectContainer.php(3511): Symfony\Component\DependencyInjection\Container->get('fos_user.user_m...')
    #19 /home/foobar/code/app/insight_cache/appProdProjectContainer.php(3624): appProdProjectContainer->getFosUser_UserProvider_UsernameService()
    #20 /home/foobar/code/app/insight_cache/appProdProjectContainer.php(2191): appProdProjectContainer->getSecurity_Authentication_ManagerService()
    #21 /home/foobar/code/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php(310): appProdProjectContainer->getSecurity_AuthorizationCheckerService()
    #22 /home/foobar/code/app/insight_cache/appProdProjectContainer.php(3170): Symfony\Component\DependencyInjection\Container->get('security.author...', 2)
    #23 /home/foobar/code/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php(310): appProdProjectContainer->getTwigService()
    #24 /home/foobar/code/app/insight_cache/appProdProjectContainer.php(426): Symfony\Component\DependencyInjection\Container->get('twig')
    #25 /home/foobar/code/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php(310): appProdProjectContainer->getCacheWarmerService()
    #26 /home/foobar/code/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php(496): Symfony\Component\DependencyInjection\Container->get('cache_warmer')
    #27 /home/foobar/code/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php(116): Symfony\Component\HttpKernel\Kernel->initializeContainer()
    #28 /home/foobar/code/app/InsightAppKernel.php(15) : eval()'d code(7): Symfony\Component\HttpKernel\Kernel->boot()
    #29 /home/foobar/code/app/InsightAppKernel.php(15): eval()
    #30 {main}
     
    Next Doctrine\DBAL\Driver\PDOException: SQLSTATE[HY000] [2002] Connection refused in /home/foobar/code/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:47
    Stack trace:
    #0 /home/foobar/code/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php(41): Doctrine\DBAL\Driver\PDOConnection->__construct('mysql:host=127....', 'root', NULL, Array)
    #1 /home/foobar/code/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(360): Doctrine\DBAL\Driver\PDOMySql\Driver->connect(Array, 'root', NULL, Array)
    #2 /home/foobar/code/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(429): Doctrine\DBAL\Connection->connect()
    #3 /home/foobar/code/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(389): Doctrine\DBAL\Connection->getDatabasePlatformVersion()
    #4 /home/foobar/code/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(328): Doctrine\DBAL\Connection->detectDatabasePlatform()
    #5 /home/foobar/code/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataFactory.php(763): Doctrine\DBAL\Connection->getDatabasePlatform()
    #6 /home/foobar/code/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataFactory.php(616): Doctrine\ORM\Mapping\ClassMetadataFactory->getTargetPlatform()
    #7 /home/foobar/code/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataFactory.php(174): Doctrine\ORM\Mapping\ClassMetadataFactory->completeIdGeneratorMapping(Object(Doctrine\ORM\Mapping\ClassMetadata))
    #8 /home/foobar/code/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/AbstractClassMetadataFactory.php(332): Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata(Object(Doctrine\ORM\Mapping\ClassMetadata), Object(Doctrine\ORM\Mapping\ClassMetadata), false, Array)
    #9 /home/foobar/code/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataFactory.php(78): Doctrine\Common\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata('CAR\\CaranilleBu...')
    #10 /home/foobar/code/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/AbstractClassMetadataFactory.php(216): Doctrine\ORM\Mapping\ClassMetadataFactory->loadMetadata('CAR\\CaranilleBu...')
    #11 /home/foobar/code/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php(281): Doctrine\Common\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor('CAR\\CaranilleBu...')
    #12 /home/foobar/code/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/DefaultRepositoryFactory.php(44): Doctrine\ORM\EntityManager->getClassMetadata('CAR\\CaranilleBu...')
    #13 /home/foobar/code/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php(698): Doctrine\ORM\Repository\DefaultRepositoryFactory->getRepository(Object(Doctrine\ORM\EntityManager), 'CAR\\CaranilleBu...')
    #14 /home/foobar/code/vendor/friendsofsymfony/user-bundle/Doctrine/UserManager.php(51): Doctrine\ORM\EntityManager->getRepository('CAR\\CaranilleBu...')
    #15 /home/foobar/code/app/insight_cache/appProdProjectContainer.php(1640): FOS\UserBundle\Doctrine\UserManager->__construct(Object(FOS\UserBundle\Util\PasswordUpdater), Object(FOS\UserBundle\Util\CanonicalFieldsUpdater), Object(Doctrine\ORM\EntityManager), 'CAR\\CaranilleBu...')
    #16 /home/foobar/code/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php(310): appProdProjectContainer->getFosUser_UserManagerService()
    #17 /home/foobar/code/app/insight_cache/appProdProjectContainer.php(3511): Symfony\Component\DependencyInjection\Container->get('fos_user.user_m...')
    #18 /home/foobar/code/app/insight_cache/appProdProjectContainer.php(3624): appProdProjectContainer->getFosUser_UserProvider_UsernameService()
    #19 /home/foobar/code/app/insight_cache/appProdProjectContainer.php(2191): appProdProjectContainer->getSecurity_Authentication_ManagerService()
    #20 /home/foobar/code/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php(310): appProdProjectContainer->getSecurity_AuthorizationCheckerService()
    #21 /home/foobar/code/app/insight_cache/appProdProjectContainer.php(3170): Symfony\Component\DependencyInjection\Container->get('security.author...', 2)
    #22 /home/foobar/code/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php(310): appProdProjectContainer->getTwigService()
    #23 /home/foobar/code/app/insight_cache/appProdProjectContainer.php(426): Symfony\Component\DependencyInjection\Container->get('twig')
    #24 /home/foobar/code/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php(310): appProdProjectContainer->getCacheWarmerService()
    #25 /home/foobar/code/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php(496): Symfony\Component\DependencyInjection\Container->get('cache_warmer')
    #26 /home/foobar/code/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php(116): Symfony\Component\HttpKernel\Kernel->initializeContainer()
    #27 /home/foobar/code/app/InsightAppKernel.php(15) : eval()'d code(7): Symfony\Component\HttpKernel\Kernel->boot()
    #28 /home/foobar/code/app/InsightAppKernel.php(15): eval()
    #29 {main}
     
    Next Doctrine\DBAL\Exception\ConnectionException: An exception occured in driver: SQLSTATE[HY000] [2002] Connection refused in /home/foobar/code/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:103
    Stack trace:
    #0 /home/foobar/code/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php(145): Doctrine\DBAL\Driver\AbstractMySQLDriver->convertException('An exception oc...', Object(Doctrine\DBAL\Driver\PDOException))
    #1 /home/foobar/code/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php(47): Doctrine\DBAL\DBALException::driverException(Object(Doctrine\DBAL\Driver\PDOMySql\Driver), Object(Doctrine\DBAL\Driver\PDOException))
    #2 /home/foobar/code/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(360): Doctrine\DBAL\Driver\PDOMySql\Driver->connect(Array, 'root', NULL, Array)
    #3 /home/foobar/code/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(429): Doctrine\DBAL\Connection->connect()
    #4 /home/foobar/code/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(389): Doctrine\DBAL\Connection->getDatabasePlatformVersion()
    #5 /home/foobar/code/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(328): Doctrine\DBAL\Connection->detectDatabasePlatform()
    #6 /home/foobar/code/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataFactory.php(763): Doctrine\DBAL\Connection->getDatabasePlatform()
    #7 /home/foobar/code/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataFactory.php(616): Doctrine\ORM\Mapping\ClassMetadataFactory->getTargetPlatform()
    #8 /home/foobar/code/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataFactory.php(174): Doctrine\ORM\Mapping\ClassMetadataFactory->completeIdGeneratorMapping(Object(Doctrine\ORM\Mapping\ClassMetadata))
    #9 /home/foobar/code/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/AbstractClassMetadataFactory.php(332): Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata(Object(Doctrine\ORM\Mapping\ClassMetadata), Object(Doctrine\ORM\Mapping\ClassMetadata), false, Array)
    #10 /home/foobar/code/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataFactory.php(78): Doctrine\Common\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata('CAR\\CaranilleBu...')
    #11 /home/foobar/code/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/AbstractClassMetadataFactory.php(216): Doctrine\ORM\Mapping\ClassMetadataFactory->loadMetadata('CAR\\CaranilleBu...')
    #12 /home/foobar/code/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php(281): Doctrine\Common\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor('CAR\\CaranilleBu...')
    #13 /home/foobar/code/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/DefaultRepositoryFactory.php(44): Doctrine\ORM\EntityManager->getClassMetadata('CAR\\CaranilleBu...')
    #14 /home/foobar/code/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php(698): Doctrine\ORM\Repository\DefaultRepositoryFactory->getRepository(Object(Doctrine\ORM\EntityManager), 'CAR\\CaranilleBu...')
    #15 /home/foobar/code/vendor/friendsofsymfony/user-bundle/Doctrine/UserManager.php(51): Doctrine\ORM\EntityManager->getRepository('CAR\\CaranilleBu...')
    #16 /home/foobar/code/app/insight_cache/appProdProjectContainer.php(1640): FOS\UserBundle\Doctrine\UserManager->__construct(Object(FOS\UserBundle\Util\PasswordUpdater), Object(FOS\UserBundle\Util\CanonicalFieldsUpdater), Object(Doctrine\ORM\EntityManager), 'CAR\\CaranilleBu...')
    #17 /home/foobar/code/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php(310): appProdProjectContainer->getFosUser_UserManagerService()
    #18 /home/foobar/code/app/insight_cache/appProdProjectContainer.php(3511): Symfony\Component\DependencyInjection\Container->get('fos_user.user_m...')
    #19 /home/foobar/code/app/insight_cache/appProdProjectContainer.php(3624): appProdProjectContainer->getFosUser_UserProvider_UsernameService()
    #20 /home/foobar/code/app/insight_cache/appProdProjectContainer.php(2191): appProdProjectContainer->getSecurity_Authentication_ManagerService()
    #21 /home/foobar/code/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php(310): appProdProjectContainer->getSecurity_AuthorizationCheckerService()
    #22 /home/foobar/code/app/insight_cache/appProdProjectContainer.php(3170): Symfony\Component\DependencyInjection\Container->get('security.author...', 2)
    #23 /home/foobar/code/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php(310): appProdProjectContainer->getTwigService()
    #24 /home/foobar/code/app/insight_cache/appProdProjectContainer.php(426): Symfony\Component\DependencyInjection\Container->get('twig')
    #25 /home/foobar/code/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php(310): appProdProjectContainer->getCacheWarmerService()
    #26 /home/foobar/code/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php(496): Symfony\Component\DependencyInjection\Container->get('cache_warmer')
    #27 /home/foobar/code/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php(116): Symfony\Component\HttpKernel\Kernel->initializeContainer()
    #28 /home/foobar/code/app/InsightAppKernel.php(15) : eval()'d code(7): Symfony\Component\HttpKernel\Kernel->boot()
    #29 /home/foobar/code/app/InsightAppKernel.php(15): eval()
    #30 {main}
    Ainsi que celui-ci qui me cause 992 problèmes mineur:
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    in src/CAR/CaranilleBundle/Tests/Controller/DefaultControllerTest.php
    This file is not included in any of the tests suites present in the source code (phpunit.xml.dist).
     
    Time to fix: about 1 hour Comment  Ignore  Open Issue  Permalink
    Last edited 2 days ago by Caranille  Caranille
    in vendor/doctrine/doctrine-bundle/Tests/BundleTest.php
    This file is not included in any of the tests suites present in the source code (phpunit.xml.dist).
     
    Time to fix: about 1 hour Comment  Ignore  Open Issue  Permalink etc...
    Voici mon Github: https://github.com/Caranille/CaranilleNext
    Et voici le lien vers mon évaluation: https://insight.sensiolabs.com/proje...4b/analyses/10
    Même en cherchant sur google avec le message d'erreur Majeur je trouve rien alors que un projet vierge symfony passe sans problème alors que le dossier app est identique...

    Merci de votre aide

  2. #2
    Invité
    Invité(e)
    Par défaut
    Je ne connais pas les procedures d'evaluation de Symfony mais le message stipule que l'evaluation ne parvient pas a acceder a ta base de donnees (ce qui semble normal).

    Je soupconne qu'il faille generer des fichiers avant l'evaluation, je ne sais pas si ca aide. Je vais regarder comment ca marche.

  3. #3
    Membre régulier Avatar de Caranille
    Homme Profil pro
    Développeur Web
    Inscrit en
    Août 2013
    Messages
    117
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Seine Saint Denis (Île de France)

    Informations professionnelles :
    Activité : Développeur Web
    Secteur : High Tech - Éditeur de logiciels

    Informations forums :
    Inscription : Août 2013
    Messages : 117
    Points : 70
    Points
    70
    Par défaut
    Bonjour,

    Merci de ta réponse et si tu arrives à trouver quel est le problème tu m’ôterai une épine du pied car sans cette erreur mon projet aurait la médaille silver :p
    De plus un de mes vieux projet passe le test sans problème et pourtant il n'y a aucune différence dans la configuration de l'application (hormis le bundle car c'est une application différente)

    Cordialement,

  4. #4
    Membre régulier Avatar de Caranille
    Homme Profil pro
    Développeur Web
    Inscrit en
    Août 2013
    Messages
    117
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Seine Saint Denis (Île de France)

    Informations professionnelles :
    Activité : Développeur Web
    Secteur : High Tech - Éditeur de logiciels

    Informations forums :
    Inscription : Août 2013
    Messages : 117
    Points : 70
    Points
    70
    Par défaut
    Bonsoir,
    Pour l'erreur de Symfony has not bootable c'est résolu il fallait ajouter:
    server_version: 5.6 dans le fichier app/config/config.php

    Il ne me reste plus que le problème de PHPUnit :p

Discussions similaires

  1. Réponses: 6
    Dernier message: 02/09/2014, 09h48
  2. [2.x] Un problème lors du déploiement d'une application symfony 2
    Par elec1984 dans le forum Symfony
    Réponses: 7
    Dernier message: 29/05/2012, 13h59
  3. [1.x] Application Symfony utilisant phpCAS
    Par misswatson dans le forum Symfony
    Réponses: 3
    Dernier message: 18/04/2012, 15h36
  4. [1.x] application symfony 1.0
    Par scarabe088 dans le forum Symfony
    Réponses: 5
    Dernier message: 11/06/2011, 18h32
  5. Réponses: 1
    Dernier message: 23/12/2010, 15h41

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo