Anyone help with this
Step 5 i am getting this on a fresh install.
Database error in vBulletin 3.5.3:
Invalid SQL:
ALTER TABLE user
ADD `ushop_history` mediumtext NOT NULL,
ADD `ushop_glow` varchar(20) NOT NULL default '0',
ADD `ushop_usernamecolor` varchar(20) NOT NULL default '0',
ADD `ushop_boldusername` tinyint(1) NOT NULL default '0',
ADD `ushop_italicsusername` tinyint(1) NOT NULL default '0',
ADD `ushop_bankdata` text NOT NULL,
ADD `ushop_bankqueue` text NOT NULL,
ADD `ushop_bankwarning` int(15) NOT NULL default '0',
ADD `ushop_profilemidi` varchar(250) NOT NULL default '',
ADD `ushop_bypassflood` tinyint(1) NOT NULL default '0';
MySQL Error : Duplicate column name 'ushop_history'
Thanks
|