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
When trying to save a VideoVO record, I get the following error: Illegal offset type in isset or empty
This error occurs on line 1202 on Doctrine/Record.php where it checks if the Record has an accessor - this function is expecting a scalar value, but an identifying relationship has two primary keys and the function fails.
We should maybe look for a fix in the Doctrine repo, otherwise we should override it in Aerial_Record.php
The text was updated successfully, but these errors were encountered:
In the following YAML, I have an identifying one-to-one relationship:
When trying to save a VideoVO record, I get the following error:
Illegal offset type in isset or empty
This error occurs on line 1202 on
Doctrine/Record.php
where it checks if the Record has an accessor - this function is expecting a scalar value, but an identifying relationship has two primary keys and the function fails.We should maybe look for a fix in the Doctrine repo, otherwise we should override it in Aerial_Record.php
The text was updated successfully, but these errors were encountered: