Comment #1 on issue 2041 by [email protected]: symfony:data-load throws
fatal error when importing repository
http://code.google.com/p/qubit-toolkit/issues/detail?id=2041
This error is occurring because all repositories are children of the
QubitActor root object (id: 3). The data-dump file includes the following:
QubitRepository_279:
parent_id: QubitActor_3
class_name: QubitRepository
...
When data-load tries to import the data the "QubitActor_3" placeholder is
not replaced with the root actor primary key, which results in a foreign
key constraint error on insert.
--
You received this message because you are subscribed to the Google Groups "Qubit
Toolkit Issues" 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/qubit-issues?hl=en.