racelance Posted February 23, 2003 Posted February 23, 2003 I keep getting the following error when writing a review. After selecting whether it's good/bad & hitting continue - this error is thrown. It also occurs if the same person signs up (at least it's a similar error). I'd appreciate any help on this matter... 1062 - Duplicate entry '1-1' for key 1 insert into reviews_description (reviews_id, languages_id, reviews_text) values ('1', '1', 'Great product, I highly recommend it! Looks great on my garage floor I'm sure it'll look nice on yours!') [TEP STOP] Any help out there? Thanks, Lance
racelance Posted February 23, 2003 Author Posted February 23, 2003 feel free trying it for yourself at: http://hitechcoat.com/shop/default.php
Ajeh Posted February 23, 2003 Posted February 23, 2003 Your reviews table should be setting unique reviews_id and if looking at the table it should be set to auto increment. Make sure that you do not have blank, duplicate or otherwised messed up reviews_id in the reviews table.
racelance Posted February 24, 2003 Author Posted February 24, 2003 Linda~ Where & how exactly do I do this? Do you mean within the SQL database or in a file (if so which one(s))? Thanks, Lance
racelance Posted February 24, 2003 Author Posted February 24, 2003 Now it seems to be working - I guess it was blank & after I filled one in it worked flawlessly.. Thanks.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.