PDA

View Full Version : vbulletin problem


WearyGamer
11-18-2006, 07:22 PM
Invalid SQL:
INSERT INTO adminutil (title, text) VALUES ('datastorelock', '0');

MySQL Error : Duplicate entry 'datastorelock' for key 1
Error Number : 1062
Date : Saturday, November 18th 2006 @ 07:14:58 PM
Script : /forums/install/install.php?step=5
Referrer : /forums/install/install.php?step=4
IP Address : X.X.X.X
Username :
Classname : vB_Database_MySQLi

was trying to nstall vbulletin and got this

-links removed to maintain security

Rip
11-18-2006, 07:36 PM
Is this a new install of vbulletin? If you don't already have a database then drop the entire schema through phpmyadmin or msql administrator (however you have acces) and start it over fresh. It looks like the script is trying to put in 2 of the same data values in the table, if you had a partial install before it might not like it. (Or the server may have timed out and the script attempted to do it again, idk). I haven't done any vbulletin installs with mysqli, only mysql, I believe there's a force mysqli mode in the config.php, make sure its set up properly in there (a long shot but want to check it anyway)

Second thing, for security purposes I'm going to take out the site links up there, while it still requires a customer number to activate an install, its still a security risk. (And the link won't help anyone troubleshoot either)

WearyGamer
11-18-2006, 07:41 PM
thnx