Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Illegal offset type" error firing from Configurable.php #10

Open
dannykopping opened this issue Apr 28, 2011 · 1 comment
Open

"Illegal offset type" error firing from Configurable.php #10

dannykopping opened this issue Apr 28, 2011 · 1 comment
Assignees

Comments

@dannykopping
Copy link
Member

For some reason (as yet unknown) when adding an object in ActionScript as a relation to a model, this error is thrown. Perhaps it's some database-level requirement that isn't being satisfied and thus causing issues.

@ghost ghost assigned dannykopping Apr 28, 2011
@dannykopping
Copy link
Member Author

This occurs when a non-scalar value is used by Doctrine as a field identifier - if you have a composite key, Doctrine uses an identifier which is an array, and this fucks shit up for some reason.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant