I get the following error when installing Shoutbox Hack 1.04b
Quote:
Database error in vBulletin 3.0.3:
Invalid SQL:CREATE TABLE vb3_shoutbox_posts (
`shoutid` BIGINT (255) UNSIGNED DEFAULT '0' AUTO_INCREMENT,
`text` TEXT,
`userid` BIGINT (255) UNSIGNED DEFAULT '0',
`username` VARCHAR (255) DEFAULT '0',
`ip` VARCHAR (25) DEFAULT '0',
`time` BIGINT (20) UNSIGNED DEFAULT '0',
`edittime` BIGINT (20) UNSIGNED DEFAULT '0',
`edituser` VARCHAR (255) DEFAULT '0',
`deleted` TINYINT(1) UNSIGNED DEFAULT '0',
PRIMARY KEY(`shoutid`))
mysql error: Invalid default value for 'shoutid'
mysql error number: 1067
|
using mysql
4.1.8
Does the CREATE TABLE statement have to be changed to work with 4.1.8 ?
Thanks in advance for any help.
karlsson.