springbot / magento2-plugin

Springbot integration for the Magento 2 platform
GNU General Public License v3.0
6 stars 7 forks source link

attribute test #77

Closed mattyl closed 4 years ago

mattyl commented 4 years ago

we are getting hundreds of these messages

main.ERROR: failed getting attribute test. source_model: Magento\Eav\Model\Entity\Attribute\Source\Table. error:Call to a member function getId() on null []

we think its springbot plugin that is causing it

does anyone agree? any idea for a solution

JoshLucio commented 4 years ago

We have seen this error on stores that migrated. It was caused by the springbot_queue table containing items that could not be processed. Clearing the table solved the issue.

mattyl commented 4 years ago

creating an atrtibute called test resolved the issue