Open vendbits opened 1 week ago
Hi, thanks for reaching out! craft\fields\Matrix::getBlockTypeFields()
was removed in Craft 5.0, and the Feed Me plugin hasn’t been using it for the Matrix field since version 6.0.0. Could you please provide details of the feed that triggers this error?
Description
Looking in the Logs tab I see there is an error which reads:
Calling unknown method: craft\fields\Matrix::getBlockTypeFields() - Component.php: 308
I see that getBlockTypeFields() was deprecated in Craft 5.0, so I would think that this line of code should not be run since we're running Craft 5.4.8
Steps to reproduce
Additional info