You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.
Hi all. Im new in programming and couchdb-odm. I have the following problem:
I have a Document A in which I'm trying to embedOne another Document B which is already existing in my Database, and which has some ReferenceOne and ReferenceMany properties pointing at some Documents C and D respectively.
I get an error: Undefined index: parent in /vendor/doctrine/couchdb-odm/lib/Doctrine/ODM/CouchDB/Mapping/EmbeddedDocumentSerializer.php on line 84
Am I doing something wrong? Thanks in advance.
The text was updated successfully, but these errors were encountered:
Same problem here!
Document Plan embeds one document Store
Document Store references many documents Users
Document Users references many documents Stores (User::$stores is mappedBy="users")
Both Store::$users and User::$stores are indexed by @Index.
When I create Documents Store and Users, all good.
But when I try to create Plan I get the error Undefined index: users
Hi all. Im new in programming and couchdb-odm. I have the following problem:
I have a Document A in which I'm trying to embedOne another Document B which is already existing in my Database, and which has some ReferenceOne and ReferenceMany properties pointing at some Documents C and D respectively.
I get an error: Undefined index: parent in /vendor/doctrine/couchdb-odm/lib/Doctrine/ODM/CouchDB/Mapping/EmbeddedDocumentSerializer.php on line 84
Am I doing something wrong? Thanks in advance.
The text was updated successfully, but these errors were encountered: