Hi,
I'm getting the following db error in the ACP
Code:
Database error in vBulletin 3.7.0 Beta 3:
Invalid SQL:
CREATE TABLE for_whoread (
userid int(10) unsigned NOT NULL default 0,
threadid int(10) unsigned NOT NULL default 0,
dateline int(10) unsigned NOT NULL default 0,
ipaddress varchar(20) NOT NULL default '',
PRIMARY KEY (userid,threadid),
KEY dateline (threadid,dateline),
KEY ipaddress (ipaddress));
MySQL Error : Table 'for_whoread' already exists
Error Number : 1050
Date : Sunday, January 20th 2008 @ 10:27:28 PM
Script : http://www.mysite.com/forum/admincp/plugin.php?do=productimport
Referrer : http://www.mysite.com/forum/admincp/plugin.php?do=productadd
IP Address : 12.34.56.789
Username : *****
Classname : vB_Database
MySQL Version : 5.0.45-community-log