Log in

View Full Version : Zip Files produce MySQL errors


Reflect
08-20-2006, 09:23 PM
I can install game_ games fine when in the tar section

however when i try to add games that are in the zip section, i get the following error


mySQL query error: INSERT INTO games_list (gname,gwords,gtitle,bgcolor,gwidth,gheight,active ,object,gkeys,gcat,cost,jackpot,jackpot_type,added ,tourney_user,gtime) VALUES ('counterstrike','Its frag fest time in this recreation of the popular shooting game.','Counterstrike','000000','800','438','1','I ts frag fest time in this recreation of the popular shooting game.','','1','0','0','-1','1156112172','1','0')

mySQL error: Unknown column 'tourney_user' in 'field list'
mySQL error code:
Date: Sunday 20th of August 2006 06:16:12 PM

the game is named
Counterstrike (Snowy).zip in the zip section

any solutions?

Stifmeister2
08-21-2006, 11:07 AM
Install manually. ;)

MrZeropage
08-21-2006, 04:37 PM
this is a small bug in the arcade admincp, sorry

fixed in v2.5.7+

for manual fix open /admincp/arcade.php
search for'tourney_user' => 1,and replace with'tourney_use' => 1,