- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2016
12:20 AM
05-23-2016
12:20 AM
Current Password field is empty error when editing Customers
Hello
I am currently dealing with an error when tried to change the password of a customer from backend, that current password field cannot be empty. And also there is no Current Password field there.
I also came around with a console error showing
Uncaught TypeError: element.attachEvent is not a function
in prototype.js 5644
element.attachEvent("ondataavailable", responder);
Kindly help me with this.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2016
01:43 AM
06-17-2016
01:43 AM
Re: Current Password field is empty error when editing Customers
This usually happens when you upgrade you Magento, but do not upgrade overrides (app/code/local/Mage folder). Or you have an extension that does something with customer form, but it isn't compatible with latest version.
Tanel Raja
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2017
12:19 AM
05-14-2017
12:19 AM
Re: Current Password field is empty error when editing Customers
Pronto is right, just enables template hints then you can see custom block which missed update or override the core one.
Thank Pronto