Fatal Error on Manage Customers Page
Closed this issue · 3 comments
I select the customer select customer activated from the drop-down and then select yes after clicking submit I get this:
Fatal error: Call to a member function getBackend() on a non-object in /home/techey5/public_html/opticsinstock.com/app/code/community/Netzarbeiter/CustomerActivation/Model/Resource/Customer.php on line 45
Thank You,
This error happens when the attribute records are not present in the eav_attribute and associated tables. For some reason the module setup scripts have not run. The cause might be an earlier, incomplete uninstall.
To remedy this, please execute the following query, which will cause the setup scripts to be rerun the next time the configuration cache is cleared:
DELETE FROM core_resource WHERE code = 'customeractivation_setup';
After executing the query, clear the Magento configuration cache and reload any page.
This worked great for me.
Thanks!
Thank you so much! I've nearly hung me because of this issue, but now it's solved.