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

There is no extension able to load the configuration for "_main" #76

Open
reypm opened this issue Mar 30, 2017 · 1 comment
Open

There is no extension able to load the configuration for "_main" #76

reypm opened this issue Mar 30, 2017 · 1 comment

Comments

@reypm
Copy link

reypm commented Mar 30, 2017

I am using Symfony 3.2.6 and the bundle isn't working properly. See the output below:

$ symfony_console assets:install
                                                                                                                                                                                                                  
  [Symfony\Component\DependencyInjection\Exception\InvalidArgumentException]                                                                                                                                      
  There is no extension able to load the configuration for "_main" (in /var/www/html/oneview_symfony/app/config/config_dev.yml). Looked for namespace "_main", found "framework", "security", "twig", "monolog",  
   "swiftmailer", "doctrine", "sensio_framework_extra", "easy_admin", "stof_doctrine_extensions", "fresh_doctrine_enum", "doctrine_mongodb", "bazinga_js_translation", "jms_serializer", "quote", "debug", "web_  
  profiler", "sensio_distribution", "core_sphere_console"                                                                                                                                                         
                                                                                                                                                                                                                  

$ symfony_console assets:install
                                                                               
  [Symfony\Component\DependencyInjection\Exception\InvalidArgumentException]   
  There is no extension able to load the configuration for "main" (in /var/ww  
  w/html/oneview_symfony/app/config/config_dev.yml). Looked for namespace "ma  
  in", found "framework", "security", "twig", "monolog", "swiftmailer", "doct  
  rine", "sensio_framework_extra", "easy_admin", "stof_doctrine_extensions",   
  "fresh_doctrine_enum", "doctrine_mongodb", "bazinga_js_translation", "jms_s  
  erializer", "quote", "debug", "web_profiler", "sensio_distribution", "core_  
  sphere_console"                                                             

Any ideas?

I've found this #64 and this PR #59 but I don't know if it applies on this case

@laszlokorte
Copy link
Member

Looks like you put the routing configuration that belongs into the app/config/routing_dev.yml into your app/config/config.yml instead

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

2 participants