I'm getting this:
Code:
Database error in vBulletin 3.6.0 Release Candidate 3:
Invalid SQL:
CREATE TABLE banlist (
banid int(10) unsigned NOT NULL auto_increment,
userid smallint(5) NOT NULL DEFAULT '',
usergroupid smallint(5) NOT NULL DEFAULT '',
username varchar(50) NOT NULL DEFAULT '',
dateline int(10) unsigned NOT NULL DEFAULT '',
bannedpost varchar(255) NOT NULL DEFAULT '',
reason varchar(255) NOT NULL DEFAULT '',
sentbywhom varchar(50) NOT NULL DEFAULT '',
howlong int(10) unsigned NOT NULL DEFAULT '',
INDEX (banid, userid)
);
MySQL Error : Invalid default value for 'userid'
Error Number : 1067
Date : Saturday, August 12th 2006 @ 03:49:32 PM
Script : http://forums.gmodcentral.com/admincp/plugin.php?do=productimport
Referrer : http://forums.gmodcentral.com/admincp/plugin.php?do=productadd
IP Address : 82.44.204.98
Username : Jesus
Classname : vb_database