mandingo_raja Posted July 3, 2003 Posted July 3, 2003 I'm getting this error during checkout_process.php: 1062 - Duplicate entry '1' for key 1 insert into orders_status_history (orders_id, orders_status_history_id, date_added, customer_notified, comments) values ('2', '1', now(), '1', '')
Guest Posted July 3, 2003 Posted July 3, 2003 Have you made any database modifications? My first guess is that the orders_status_history_id is not set to autoincrement. Or coding modifications that might have changed how the query works? Good luck, Matt
mandingo_raja Posted July 3, 2003 Author Posted July 3, 2003 i'll check into the code...i deleted all the data in the appropriate order tables...it worked the first time through, but i got the same error on the second run...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.