here's my problem
I'm working with Symfony2, I've generated an entity, now I'm trying to create the database, but the command "php app/console doctrine:database:create" gives me this error:
[ErrorException] Notice: Undefined index: dbname in C:\wamp\www\sym\vendor\symfony\src\Symfony\ Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand.php line 52
I've checked on the net but couldn't find any answer, could help please.