Jump to content
MakeWebGames

Fight Club


jamiee

Recommended Posts

  • 2 months later...

just downloaded and installed its missing a sql file

 

Unknown column 'arm_wager' in 'field list'

Dont know if this is right but this is what i used for the sql

other problem iam getting is when you try to train it comes up Error! Something went wrong

 



ALTER TABLE `login` ADD `arm_perc` VARCHAR( 255 ) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '0'

ALTER TABLE `login` ADD `arm_level` VARCHAR( 255 ) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '0'

ALTER TABLE `login` ADD `arm_time` VARCHAR( 255 ) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '0'

ALTER TABLE `login` ADD `arm_wager` VARCHAR( 255 ) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '0'

ALTER TABLE `login` ADD `arm_losses` VARCHAR( 255 ) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '0'

ALTER TABLE `login` ADD `arm_winnings` VARCHAR( 255 ) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '0'
Edited by Newbie
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...