Diglin_Username icon indicating copy to clipboard operation
Diglin_Username copied to clipboard

Unable to reset password on Diglin_Username 2.2.2 with Magento 1.7.0.2

Open smilisav opened this issue 6 years ago • 2 comments

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

smilisav avatar Mar 28 '19 10:03 smilisav

I've also tried re-installing the plugin with no luck

smilisav avatar Mar 28 '19 10:03 smilisav

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.

sylvainraye avatar Mar 28 '19 20:03 sylvainraye