views:

346

answers:

1

I am getting stuck with this Symfony command after following the Jobeet tutorial on their site. After running the build model command, here's what I get:

$ php symfony doctrine:build --model

doctrine generating model classes file+ /private/var/folders/yX/yXtbVXwPHcCUpfC-n06OAU+++TI/-Tmp-/doctrine_schema_56533.yml

No yml schema found in /private/var/folders/yX/yXtbVXwPHcCUpfC-n06OAU+++TI/-Tmp-/doctrine_schema_56533.yml

Any ideas?

A: 

What's then full path to your schema.yml? Looks like it might be in the wrong place.

I encountered a couple of issues in the jobeet tutorial and found it helpful to compare my file contents/paths to the tag for the relevant day at http://svn.jobeet.org/doctrine/tags/

benlumley
My schema.yml is in config/doctrine/schema.yml.
Alexander
thats correct - all i can suggest really is compare to whats in the jobeet svn repo.
benlumley