magento_extension icon indicating copy to clipboard operation
magento_extension copied to clipboard

PHP Fatal error: Uncaught Error: Call to a member function getBackend() on boolean

Open rcurrington opened this issue 4 years ago • 1 comments

Using version 2.3.1 and getting this error.

PHP Fatal error: Uncaught Error: Call to a member function getBackend() on boolean in /app/code/core/Mage/Eav/Model/Entity/Abstract.php:816#012Stack trace:#012#0 /app/code/core/Mage/Eav/Model/Entity/Collection/Abstract.php(1377): Mage_Eav_Model_Entity_Abstract->isAttributeStatic('zendesk_id')#012#1 /app/code/core/Mage/Eav/Model/Entity/Collection/Abstract.php(321): Mage_Eav_Model_Entity_Collection_Abstract->_getAttributeConditionSql('zendesk_id', Array, 'left')#012#2 /app/code/community/Zendesk/Zendesk/Model/Customer.php(12): Mage_Eav_Model_Entity_Collection_Abstract->addAttributeToFilter('zendesk_id', Array, 'left')#012#3 /app/code/local/Aoe/Scheduler/Model/Observer.php(75): Zendesk_Zendesk_Model_Customer->syncronize(Object(Aoe_Scheduler_Model_Schedule))#012#4 /app/code/core/Mage/Core/Model/App.php(1358): Aoe_Scheduler_Model_Observer->dispatch(Object(Vari in /app/code/core/Mage/Eav/Model/Entity/Abstract.php on line 816

rcurrington avatar Jun 18 '20 13:06 rcurrington

Hello @rcurrington - have you tried running the latest version of the extension to see if you are still getting that error?

agrohs avatar Feb 08 '23 20:02 agrohs