View Full Version : Database error
BlooD
03-31-2015, 10:05 AM
Hello,
I still have this error message when I want to install this hack
http://nsa33.casimages.com/img/2015/03/31/150331020238442734.png
https://vborg.vbsupport.ru/showthread.php?t=294164&highlight=Verify+Mail
Thank you for your help and your responses
The table simply already exists. You probably installed in the past and did not remove it the right way.
You can edit the install code of that plugin and remove those SQL queries.
As the error messages says, you already have a table in your database named userregcode, so it fails when it tries to create it. If this table is left over from a previous install (or attempt at installing that mod), then you could drop it. But it's also possible that another mod is using he same table name, so you should be careful before you do that.
Maybe what you could do is use phpMyAdmin to see if the userregcode table has any data in it. If it doesn't, drop it then try your install again. If it does, then maybe you can rename it to someting else (like userregcode_save), that way if it turns out to be used by something else you can uninstall the mod and rename it to restore things.
Edit: Dave posted while I was typing, but we're basically saying the same thing.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.