symfony - FileLoaderLoadException, Cannot import resource ... using FOSUserBundle -


i use symfony 2.2.1. , i'm trying install fosuserbundle. when tried create database using php app/console doctrine:schema:create --force, system display error:

[symfony\component\config\exception\fileloaderloadexception]                  cannot import resource "d:\wamp\www\job\app/config\config.yml" "d:\wamp\www\job\app/config/config_dev.yml" 

i had same problem. issue line missing in appkernel.php:

new fos\userbundle\fosuserbundle(), 

Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -