Bonjour à tous,
Je suis ravis d'avoir trouvé un tuto vidéo en français concernant le bundle FOSUserBundle. Je suis bloqué à la mise à jour des bundles à l'aide de composer. Lorsque j’exécute la commande composer.phar update , je me retrouve avec des erreurs :
[Symfony\Component\Config\Exception\FileLoaderLoadException]
Cannot import resource "E:\wamp\www\urbanmotion\app/config\security.yml" fr
om "E:\wamp\www\urbanmotion\app/config\config.yml". (There is no extension
able to load the configuration for "jms_security_extra" (in E:\wamp\www\urb
anmotion\app/config\security.yml). Looked for namespace "jms_security_extra
", found "framework", "security", "twig", "monolog", "swiftmailer", "asseti
c", "doctrine", "sensio_framework_extra", "urbanmotion_platform", "fos_user
", "genemu_form", "web_profiler", "sensio_distribution")
[Symfony\Component\DependencyInjection\Exception\InvalidArgumentException]
There is no extension able to load the configuration for "jms_security_extr
a" (in E:\wamp\www\urbanmotion\app/config\security.yml). Looked for namespa
ce "jms_security_extra", found "framework", "security", "twig", "monolog",
"swiftmailer", "assetic", "doctrine", "sensio_framework_extra", "urbanmotio
n_platform", "fos_user", "genemu_form", "web_profiler", "sensio_distributio
n"
Script Sensio\Bundle\DistributionBundle\Composer\ScriptHandler::clearCache handl
ing the post-update-cmd event terminated with an exception
[RuntimeException]
An error occurred when executing the ""cache:clear --no-warmup"" command.
update --prefer-source] --prefer-dist] --dry-run] --dev] --no-dev] --lock]
--no-plugins] --no-custom-installers] --no-scripts] --no-progress] --with-
dependencies] -v|vv|vvv|--verbose] -o|--optimize-autoloader] --ignore-platfor
m-reqs] [packages1] ... [packagesN]
J'ai l'impression que le fichier security.yml s'importe lui même :o
imports:
- { ressource: "@UrbanmotionUserBundle/Ressources/config/security.yml" }
Je pense pourtant avoir suivit le tuto avec soin U.u
Si quelqu'un à une piste je prend !
Merci par avance.