I am some trouble loading fixture data, that I have added manually in my admin backend and then simply exported the data using 'symfony doctrine:data-dump'
schema.yml http://pastebin.com/5LTzNtU1
fixtures.yml (snippet) http://pastebin.com/CNWyhrgc
Now everything works fine when I run symfony doctrine:build --all
, but when i try to load the data, I get:
Unknown record property / related component "user" on "sfGuardUserProfile"
This is really odd, as I have saved users and they've gone into both tables fine, just not when loading the fixtures that I exported fomr the database.
Does anyone have any ideas what the problem could be?
Thanks