Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Edit account dont work


Guest

Recommended Posts

Hi

When a customers want to edit their account they get the ENTRY_EMAIL_ADDRESS_ERROR_EXISTS error.

When I look at the code it seems that the

where customers_email_address = '" . tep_db_input($email_address) . "' and customers_id != '" . (int)$customer_id . "'");

dont work. The and customers_id != '" . (int)$customer_id . "'"); dont kick in.

I use php5 mysql5.

 

Anyone else have this problem or a solution to it.

Link to comment
Share on other sites

I fixed the problem.

 

I dont know how, but I had a few customers with duplicate e-mail addresses, and this caused the problem.

After removing the duplicates everything works fine.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...