![]() |
1062 Duplicate entry '31' for key 'PRIMARY'
Problem:
1062 Duplicate entry '31' for key 'PRIMARY' in: [insert into customers_info (customers_info_id, customers_info_number_of_logons, customers_info_date_account_created) values ('31', '0', now())] You have probably done some sort of database backup/restore which has lost some settings or corrupted data. The fastest (although not really the most recommended) way to fix it is to rebuild the table with the right structure. The following will LOSE ALL YOUR CUSTOMER BASKET DATA, but should get rid of the error. You can do this via the Admin->Tools->Install SQL Patch option, or via phpMyAdmin: Code:
DROP TABLE IF EXISTS customers_basket; |
| All times are GMT +8. The time now is 02:01 AM. |
Powered by vBulletin Version 3.8.7
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.