-
-
Notifications
You must be signed in to change notification settings - Fork 587
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Warning: array_key_exists() expects parameter 2 to be array, string given #70
Comments
Same problem here … |
Fixed it! I had this:
When it should have been this:
Hope this will be helpful for somebody else, too. |
Same problem for me, I checked my |
I also get this error from time to time. Probably when the the serialization annotation changes but you feed it with old data. So in this case an error is understandable. But it should probably be a little more fault-tolerant or give a better error message instead of a php warning. |
Duplicate of #110 |
@sprain +1 |
I can confirm that I had the same problem as mentioned in #110: Used:
Instead of:
|
solved with #398 |
Hello,
I was sending some JSON like
and got this:
When I stop sending "campaign", only "campaign_id" it seems to work.
It might very well be that I missed something, or using it wrong, but this patch might be useful anyway :)
The text was updated successfully, but these errors were encountered: