对“未知记录属性/相关组件“用户”进行故障排除在“sfGuardUserProfile”上加载夹具数据时
我在加载固定装置数据时遇到一些麻烦,我已在管理后端手动添加了这些数据,然后只需使用“symfonydoctrine:data-dump”
schema.yml 导出数据 http://pastebin.com/5LTzNtU1
Fixtures.yml(片段) http://pastebin.com/CNWyhrgc
现在,当我运行 symfonydoctrine:build 时,一切正常全部
,但是当我尝试加载数据时,我得到:
“sfGuardUserProfile”上的未知记录属性/相关组件“user”
这真的很奇怪,因为我已经保存了用户并且他们已经进入两个表都很好,只是在加载我从数据库导出的灯具时没有。
有谁知道问题可能是什么?
谢谢
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
试试这个。创建 users.yml
和 profile.yml
也许它可以帮助你。
Try this. create users.yml with
and profile.yml with
Maybe it help you.