The Arcive of vBulletin Modifications Site. |
|
SQL error installing v3arcade game... Details »»
|
||||||||||||||||||||||||||
I tried to install this game and got this error:
Quote:
Show Your Support
|
||||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
Me too, I get this error:
Code:
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
|
|
#3
|
|||
|
|||
|
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! |
![]() |
|
|