cancel
Showing results for 
Search instead for 
Did you mean: 

"Please make sure passwords match" error after 1.9.3.6 update

"Please make sure passwords match" error after 1.9.3.6 update

Hi all.

Yes I know this has been dealt with in other posts and I have implemented the fix suggested from way back, several times actually.

 

Step 1: Open This file /app/code/core/Mage/Customer/Model/Customer.php
Step 2: Find This line in Customer.php $confirmation = $this->getPasswordConfirmation(); 

Step 3: Replace That that line with $confirmation = $this->getConfirmation();

 

After I implement this change I get a Magento error see image

Untitled-1.jpg

So I revert to the previous code but this jus brings up the "Please make sure" error

I have cleared cache and spent a great deal of time searching the net to no avail. Only find this same fix over and over! 

Can any one shed some light on this problem?

Nige.

 

 

 

 

 

 

 

But it still doesnt work.