Unable to reset password on Diglin_Username 2.2.2 with Magento 1.7.0.2
Hello,
Thanks for the great addins. I'm having an issue with the username plugin with the above config.
Everything was working fine until recently, now password resets are failing with the below message after the username/email has been entered in the reset form.
Fatal error: Call to undefined method Diglin_Username_AccountController::_getHelper() in /home/sydneycl/public_html/app/code/community/Diglin/Username/controllers/AccountController.php on line 51
I've also tried re-installing the plugin with no luck
Hi @austevo
The _getHelper method depends on the class Mage_Customer_AccountController. It's may be possible that the version of the Mage_Customer_AccountController class on your server which is found doesn't have the method _getHelper. You should check it.