cancel
Showing results for 
Search instead for 
Did you mean: 

While Create a new user geting error:"We can't save the customer"

While Create a new user geting error:"We can't save the customer"

Hi all,

I got new issue in creating new user Show like this:

Screenshot from 2019-02-13 20-05-43.png

1 REPLY 1

Re: While Create a new user geting error:"We can't save the customer"

I got the same issue but until now i could not solve it.

 

try this but it's not working with me

 

Go to core/mage/customer/controller/AccountController.php and find function named createPostAction(). In that function add

die($e->getMessage());
 

Just after catch (Exception $e) {. You can see what the problem is..

Don't forget to remove the additional line when problem will be fixed.