Quote:
Originally Posted by Darkwaltz4
run this query
Code:
ALTER TABLE `games_session` DROP `credits_paid`
|
Ok I did that and got a successful message. I then tried to re-install the spend credits in your ibproarcade hack. Copied everything over like instructed. I copied the hacks over first over writing the previous files and then put in the xml file on my server.
I go to import it and get this error now:
Code:
Database error in vBulletin 3.7.3:
Invalid SQL:
ALTER TABLE `user`
ADD `credits_ibp_pass` INT( 10 ) UNSIGNED NOT NULL DEFAULT '0',
ADD `credits_ibp_access` TINYINT( 1 ) UNSIGNED NOT NULL DEFAULT '0';
MySQL Error : Duplicate column name 'credits_ibp_pass'
Error Number : 1060