Only when trying to change a customer's password from admin, I get this error...
Fatal error: Uncaught Error: Call to a member function getBackend() on boolean in /var/www/vhosts/impulsecbd.com/httpdocs/app/code/core/Mage/Eav/Model/Entity/Abstract.php:1553 Stack trace:
#0 /var/www/vhosts/impulsecbd.com/httpdocs/app/code/core/Mage/Customer/Model/Resource/Customer.php(240): Mage_Eav_Model_Entity_Abstract->saveAttribute(Object(Magestore_Onestepcheckout_Model_Customer_Customer), 'password_create...')
#1 /var/www/vhosts/impulsecbd.com/httpdocs/app/code/core/Mage/Customer/Model/Customer.php(239): Mage_Customer_Model_Resource_Customer->changePassword(Object(Magestore_Onestepcheckout_Model_Customer_Customer), '@3_VZHAf')
#2 /var/www/vhosts/impulsecbd.com/httpdocs/app/code/core/Mage/Adminhtml/controllers/CustomerController.php(367): Mage_Customer_Model_Customer->changePassword('@3_VZHAf')
#3 /var/www/vhosts/impulsecbd.com/httpdocs/app/code/core/Mage/Core/Controller/Varien/Action.php(418): Mage_Adminhtml_CustomerController->saveAction()
#4 /var/www/vhosts/impulsecbd.com/httpdocs/app/code/core/Mage/Core/Controll in /var/www/vhosts/impulsecbd.com/httpdocs/app/code/core/Mage/Eav/Model/Entity/Abstract.php on line 1553
I have no custom attributes so not sure why its trying to save attributes when I'm just trying to update the customer's password... if I update anything else it works fine.
The front end is doing the same thing... Error from forgot your password on the front end...
Fatal error: Uncaught Error: Call to a member function getBackend() on boolean in /var/www/vhosts/impulsecbd.com/httpdocs/app/code/core/Mage/Eav/Model/Entity/Abstract.php:1553 Stack trace: #0 /var/www/vhosts/impulsecbd.com/httpdocs/app/code/core/Mage/Customer/Model/Resource/Customer.php(353): Mage_Eav_Model_Entity_Abstract->saveAttribute(Object(Magestore_Onestepcheckout_Model_Customer_Customer), 'rp_customer_id') #1 /var/www/vhosts/impulsecbd.com/httpdocs/app/code/core/Mage/Customer/Model/Customer.php(1412): Mage_Customer_Model_Resource_Customer->changeResetPasswordLinkCustomerId(Object(Magestore_Onestepcheckout_Model_Customer_Customer), 'ad706d238638a20...') #2 /var/www/vhosts/impulsecbd.com/httpdocs/app/code/core/Mage/Customer/controllers/AccountController.php(765): Mage_Customer_Model_Customer->changeResetPasswordLinkCustomerId('ad706d238638a20...') #3 /var/www/vhosts/impulsecbd.com/httpdocs/app/code/core/Mage/Core/Controller/Varien/Action.php(418): Mage_Customer_AccountController->forgotPasswordPostAction() #4 /var/ww in /var/www/vhosts/impulsecbd.com/httpdocs/app/code/core/Mage/Eav/Model/Entity/Abstract.php on line 1553
SELECT * FROM
eav_attributeWHEREentity_type_id= 1 ORDER BYattribute_idASCjust the default set, I noticed on the edit custom information/password page on the backend that 'Disable Automatic Group Change Based on VAT ID ' checkbox was missing... not sure if thats supposed to be gone now or what but we upgraded to 1.9.3.10 recently.
– Greg Walker Sep 22 '18 at 21:08