Log in

View Full Version : SQL error installing v3arcade game...


fly
09-28-2006, 11:56 PM
I tried to install this (https://vborg.vbsupport.ru/showpost.php?p=494912&postcount=644) game and got this 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 ('sealbounce','Yeti Sports 3 is here... Seal Bounce!','Seal Bounce','000000','500','308','1','Yeti Sports 3 is here... Seal Bounce!','','1','0','0','-1','1159491257','1','0')

mySQL error: Unknown column 'tourney_user' in 'field list'
mySQL error code:
Date: Thursday 28th of September 2006 07:54:17 PM

Any ideas?

smsmasters
10-01-2006, 12:26 PM
Me too, I get this 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 ('apples','Click the apples to discover who is behind them....This game has nude images..','Apples','000000','440','320','1','Click the apples to discover who is behind them....This game has nude images..','','1','0','0','-1','1159709152','1','0')

mySQL error: Unknown column 'tourney_user' in 'field list'
mySQL error code:
Date: Sunday 01st 2006f October 2006 02:25:52 PM

Quarterbore
10-11-2006, 12:14 AM
I am getting this error with several games...

OK, I looked in my games_list table and I have a "tourney_use" as opposed to "tourney_user".

When I changed my table to "tourney_user" I was able to upload my game... BUT... to edit the game I needed to change it back to "tourney_use"

So, my guess is there is an error in the code and the UPLOAD script should use "tourney_use"

I will see if I can find this when I get time...

Oh shoot.... I tried t post the change and somehow it didn't take....

The error is in /admincp/arcade.php

Find the code that SQL with the "tourney_user" and change it to "tourney_use" and you will be able to upload games and play them...

I uploaded several new games to my site with fix and it looks like that fixed the problem!