almost
Database error in vBulletin 3.0.7:
PHP Code:
Invalid SQL:
CREATE TABLE `rpg_items_user`
(
`userid` int(10) unsigned NOT NULL default '0',
`item0` char(250) NOT NULL default 'No Item',
`points0` int(5) NOT NULL default '0',
`description0` char(250) NOT NULL default 'No Description Available',
`icon0` char(250) NOT NULL default '',
`itid0` int(11) NOT NULL default '0',
`item1` char(250) NOT NULL default 'No Item',
`points1` int(5) NOT NULL default '0',
`description1` char(250) NOT NULL default 'No Description Available',
`icon1` char(250) NOT NULL default '',
`itid1` int(11) NOT NULL default '0',
`item2` char(250) NOT NULL default 'No Item',
`points2` int(5) NOT NULL default '0',
`description2` char(250) NOT NULL default 'No Description Available',
`icon2` char(250) NOT NULL default '',
`itid2` int(11) NOT NULL default '0',
`item3` char(250) NOT NULL default 'No Item',
`points3` int(5) NOT NULL default '0',
`description3` char(250) NOT NULL default 'No Description Available',
`icon3` char(250) NOT NULL default '',
`itid3` int(11) NOT NULL default '0'
PRIMARY KEY (`userid`)
) TYPE=MyISAM;
mysql error: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '(`userid`)
) TYPE=MyISAM' at line 24
in the mysql_schema file you have a space or tab behind one of the lines. fixed that and went through the whole installation with no problems once so ever. but I still get the same error, your install populated all the tables including the class table, but I still cant see any of the classes in the Admin Cp and it still says I need to be a Generic to purchase any items.