Quote:
Originally Posted by Ganon
Is the updated file in the ZIP? If not, exactly where do you add the ] -- my editing program doesn't give me line numbers unfortunately.
|
Go download Notepad +. It's a free software that works great.
The zip is updated. I checked

.
Ok, now I got an SQL problem while I was running the installer and it came to the db part. I refreshed once, and got this:
Code:
Database error in vBulletin 3.0.7:
Invalid SQL:
ALTER TABLE `vb3_user`
ADD `rpgclass` int(3) NOT NULL,
ADD `rpgrace` int(3) NOT NULL,
ADD `alignment` int(3) NOT NULL,
ADD `rpgtype` int(3) NOT NULL,
ADD `rpggender` int(3) NOT NULL,
ADD `hp` int(6) NOT NULL default '0',
ADD `maxhp` int(6) NOT NULL default '0',
ADD `ma` int(6) NOT NULL default '0',
ADD `maxma` int(6) NOT NULL default '0',
ADD `pp` int(6) NOT NULL default '0',
ADD `maxpp` int(6) NOT NULL default '0',
ADD `ap` int(6) NOT NULL default '0',
ADD `element` int(3) NOT NULL default '0',
ADD `inbattle` int(3) NOT NULL default '0',
ADD `xp` int(11) NOT NULL default '0',
ADD `clan` smallint(5) NOT NULL default '0',
ADD `chalable` tinyint(1) NOT NULL default '1'
mysql error: Duplicate column name 'rpgclass'
mysql error number: 1060
Help! Even though this is just a test board I want to have it running at the real board soon!