Ah, I worked out my problem. I had a duplicate record.I forgot to delete redundant data that was put into data.yml from the doctrine:data-dump command. Once that was cleared and I ran data:load, everything was fine and dandy :-)
Oooooops! On Dec 2, 4:11 am, lking <[email protected]> wrote: > hi to all. > i posted this message few days ago, but still didn't found any > solution.http://groups.google.com/group/symfony-users/browse_thread/thread/c77... > > overriden method works in action, but fails on load > fixtures with error > "Couldn't call Doctrine_Core::set(), second argument should be an > instance of Doctrine_Record or Doctrine_Null when setting one-to-one > references." > > is it bug or incorrect usage? -- You received this message because you are subscribed to the Google Groups "symfony developers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/symfony-devs?hl=en.
