PDA

View Full Version : Can anyone help me? vb3, can't get a response from vb3.com


bluecat
06-19-2003, 07:14 PM
Our board has been down all day because I can't get past a certain point when trying to upgrade to vb3. I know I probably shouldn't be posting here, but any help is greatly appreciated, as I think the answer is very simple...

This is the error I'm getting when updating my vb3 software, telling me on step 27 that:

mysql error: Duplicate entry 'setting_QRenabled_title-0-5000' for key 2
mysql error number: 1062

If I'm correct, this is a table that simply needs to be deleted for the upgrade to continue. And if that's correct, is it under "settings" and how would it be listed (in phpMyAdmin) because I can't find it. Again, thank you for any help. Here is the original link posted with the the full script error: here (http://www.vbulletin.com/forum/showthread.php?postid=478615)

filburt1
06-19-2003, 07:16 PM
Try repairing the table in question:

REPAIR TABLE tablename;