database prob again plz help me

axes

New Member
hey guys plz help me to fix this error

Code:
Database error in vBulletin 3.8.1:

Invalid SQL:
INSERT INTO `awcl_settings` VALUES('dsl', 'main', 'dsl_copyright', '<br /><div align="center"><a href="http://www.allwheelcoding.com">Donation System LITE</a> © 2008 by Adam Ellis</div>', 'hidden', 0);

MySQL Error   : Duplicate entry 'dsl_copyright' for key 1
Error Number  : 1062
Request Date  : Saturday, April 18th 2009 @ 04:45:04 PM
Error Date    : Saturday, April 18th 2009 @ 04:45:06 PM
Script        : http://xxxxxx.xxx/forum/admincp/plugin.php?do=productimport
Referrer      : http://xxxxx.xxx/forum/admincp/plugin.php?do=productadd
IP Address    : xxxxx.xxxx.xxxxx
Username      : xxxxxxxxx
Classname     : vB_Database
MySQL Version : 5.0.27-Debian_0.dotdeb.1
 
This looks like you are trying to reinstall a product that requires you do an uninstall before you are reinstall it. The error message is telling that the information you are trying post to the database already exists and its suppose to be a unique value so its rejecting it.
 
yes bro it was installed but my database was corupted then i fixed it by restoring the backup now how to fix it?
 
Back
Top