I have an issue. I tried to install without the patch at first and got hung up at step 6. I came back and got the patched files uploaded those and restarted the installer. Now I get stopped at step 4, becuase tables have already been altered. Here is an example of the errors im getting;
Invalid SQL:
ALTER TABLE `usergroup`
ADD `rpgpermissions` INT( 10 ) UNSIGNED DEFAULT '0' NOT NULL;
MySQL Error : Duplicate column name 'rpgpermissions'
Error Number : 1060
Date : Saturday, November 3rd 2007 @ 10:15:19 AM
Script :
http://www.teamnd.net/forums/installer/index.php
Referrer :
http://www.teamnd.net/forums/installer/index.php
IP Address : 76.177.215.15
Username : Admin
Classname : vb_database
I tried to go in and manually remove the tables, columns, that need to be reset to normal before trying to re-install but I have no idea what tables needed to be dropped aside from rpgperms, items, inventory, and rpg. Any help?