-
Notifications
You must be signed in to change notification settings - Fork 53
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
testCategoriesMutation fails with error #287
Comments
@ashtonlance can you verify that the variable being passed is an integer instead of a string? what exactly is being passed … also what are you trying to do? |
@dstrunk Thanks for getting back to me. Basically I'm trying to add a category to a Categories relationship field on an entry type called Projects. Per
My code reads as:
With |
Fixed in #301 |
Thanks @ashtonlance, #301 saved my morning! |
Been banging my head trying to figure this one out. Ended up running the test and it failed with the same error I was getting in IDE.
"error": "A non well formed numeric value encountered"
PHP 7.3
Craft CMS 3.1.32.1
The text was updated successfully, but these errors were encountered: