I am creating a database with 10 main objects (not counting maps) and I
am getting this error:
*********************************************************
Could not add child object [table]
Could not add child object [table]
Could not add child object [table]
Save(deep) ignored since AddChild could not be performed
**********************************************************
The only thing that I can see that might cause problems is how I am
trying to do a modification table (to track who modified what and when)
modification
modificationid
date [timestamp]
tablename [parent]
tablename [parent]
tablename [parent]
tablename represents all the tables that it can mange modifications
for, the other tables have the modification table as a child.
I have not done much looking into this, but the error above gives me no
idea what could be the problem. please ask away if you need more
details.
Mike
Joel
Since the (Add Child) unit tests have changed between 2.5 and 2.6, if
you're using 2.6 objects with Setup 2.6, the unit tests will fail.
Regards,
Joel
hope this makes sense.