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?

LF00
  • 27,015
  • 29
  • 156
  • 295
Alexander
  • 31
  • 6
  • I'm having this issue as well, on OS X developing with NetBeans' Symphony support. – Dolph Nov 07 '10 at 20:06
  • This was theoretically fixed, but I'm still having the issue running "fixed" code: http://trac.symfony-project.org/ticket/7272 – Dolph Nov 07 '10 at 21:21

2 Answers2

0

Did you make sure that all your schema code is YAML compliant? Maybe you can share the content of your current schema.yml with us.

Jueki
  • 21
  • 2
0

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
  • 11,370
  • 2
  • 40
  • 39