Guest Posted February 12, 2007 Share Posted February 12, 2007 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 More sharing options...
Guest Posted February 17, 2007 Share Posted February 17, 2007 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.