-
Notifications
You must be signed in to change notification settings - Fork 140
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
Bug when importing decimal number which is not present as an xml node #527
Comments
I am having the same problem. It won't fill a number field because the value is empty. |
olivierbon
added a commit
to craftcms/cms
that referenced
this issue
May 16, 2019
Addresses [Feed Me issue #527](craftcms/feed-me#527)
Hi I've just updated the site (locally) that was solved by this fix but the bug is now back. As you mention in #4849 would you be able to fix this in the feedme plugin instead? Many thanks |
Hi Just wondering if anyone has had chance to take a look at this issue? Many thanks |
Feed Me 4.3.0 is out now with a fix for this. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
After upgrading from feedme 3.0.4 to 4.1 our feed is throwing the following error when importing into a number field with decimal value set to 2:
SQLSTATE[22007]: Invalid datetime format: 1366 Incorrect decimal value: '[]' for column 'field_rent' at row 1
To give a bit more context this is a estate agent website that does both sales and rentals. This is effecting only sales properties. In the XML feed a property that is a sales property doesn't have an xml element for rent.
I currently still have FeedmePro 3.0.4 installed, not sure if this could be effecting things.
Many thanks
Steps to reproduce
Additional info
The text was updated successfully, but these errors were encountered: