1

I use Symfony 2.2.1. and I'm trying to install FOSUserBundle. When I tried to create the database using php app/console doctrine:schema:create --force, the system display this error:

[Symfony\Component\Config\Exception\FileLoaderLoadException]                 
Cannot import resource "D:\wamp\www\job\app/config\config.yml" from "D:\wamp\www\job\app/config/config_dev.yml"
j0k
  • 22,600
  • 28
  • 79
  • 90
Taieb Baccouche
  • 217
  • 3
  • 7
  • 21

1 Answers1

0

I had the same problem. The issue was that this line was missing in my AppKernel.php:

new FOS\UserBundle\FOSUserBundle(),
pyjavo
  • 1,598
  • 2
  • 23
  • 41