I realized errors with customers order confirmation, than I checked customer registration and get this error message
I found smething about and understand that its a problem with data base, but my english is too poor and it seems to be a rather complicated matter.1062 Duplicate entry '19' for key 1
in:
[insert into customers_info (customers_info_id, customers_info_number_of_logons, customers_info_date_account_created) values ('19', '0', now())]
Could somebody explain me in simple way, what I can do to solve this problem? Which tables could I replace?( its no problem if I loose customers datas).




