craftcms / feed-me

Craft CMS plugin for importing entry data from XML, RSS or ATOM feeds—routine task or on-demand.
Other
289 stars 139 forks source link

Error in Logs: Calling unknown method: craft\fields\Matrix::getBlockTypeFields() - Component.php: 308 #1536

Open vendbits opened 1 week ago

vendbits commented 1 week ago

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

  1. Install Feed Me
  2. Run Feed
  3. View Logs

Additional info

i-just commented 4 days 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?