Results 1 to 5 of 5
  1. #1
    Join Date
    Feb 2008
    Location
    Baden near Vienna
    Posts
    10
    Plugin Contributions
    0

    Default v1.3.7 error at customer registration

    I realized errors with customers order confirmation, than I checked customer registration and get this error message

    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())]
    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.

    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).

  2. #2
    Join Date
    Jul 2008
    Location
    Dublin
    Posts
    9
    Plugin Contributions
    0

    Default Re: (Zen-Cart 1.3.7) error at customer registration

    Hi oidahabara

    The Statement means that you are inserting into the table customers_info the value 19 for the field customers_info_id and the value 0 for the field customers_info_number_of_logons and the current date/time for the fieldcustomers_info_date_account_created

    The duplicate entry 1062 error message suggest that you already have a customer with and id# of 19. If you go to admin - customers - customers and check to see if you already have a customer with id 19.

    If you are creating a new customer then this customers_info_id should be automatically set to the next number.

    I'm not sure if your cart is live or how many customers you have, but you could back up your database and try to delete the current customer #19 and then see if your problem is resolved.

    Hope that helps

    Jen

  3. #3
    Join Date
    Nov 2008
    Posts
    25
    Plugin Contributions
    0

    Default Re: (Zen-Cart 1.3.7) error at customer registration


  4. #4
    Join Date
    May 2008
    Posts
    402
    Plugin Contributions
    0

    Default Re: (Zen-Cart 1.3.7) error at customer registration

    Quote Originally Posted by BREZ View Post
    Has anyone tried this fix? Does it work?

  5. #5
    Join Date
    Sep 2005
    Posts
    460
    Plugin Contributions
    0

    Default Re: (Zen-Cart 1.3.7) error at customer registration

    Quote Originally Posted by pricediscrimination View Post
    Has anyone tried this fix? Does it work?
    You have to modify it to work with ZenCart since that is done for phpBB but that's the idea, yes.

    Elli
    I may be blond but at least I found Zen.

 

 

Similar Threads

  1. Error on customer registration goes to page not found
    By lukeengland12 in forum Customization from the Admin
    Replies: 14
    Last Post: 28 Nov 2012, 05:19 AM
  2. Customer Registration Error
    By wilbkr1 in forum General Questions
    Replies: 0
    Last Post: 4 Jan 2011, 08:12 PM
  3. Horrible error message in Customer Registration
    By fyrestorm in forum General Questions
    Replies: 1
    Last Post: 15 Oct 2007, 05:56 AM
  4. Error on the new customer Registration
    By armie in forum General Questions
    Replies: 1
    Last Post: 29 Jul 2007, 07:13 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg