Log in

View Full Version : mySQL query error -- Highscores


nickypoooo
02-09-2008, 05:13 PM
Hello, this is a great mod and my members are lovin it..

I was hoping someone can help me with this SQL error I'm getting

My member complained that the scores are not updated for all games so I got in to the 'Arcade - Management' and ran 'Update Highscores' with no luck and got this SQL error:

mySQL query error: SELECT champ_gid, champ_mid, champ_score, champ_time FROM games_champs WHERE champ_gid IN (Array)

mySQL error: Unknown column 'Array' in 'where clause'
mySQL error code:
Date: Friday 08th of February 2008 09:36:30 PM





I am running vb 3.6.8 with ibProArcade v2.6.6+


Thank you for your time.

MrZeropage
02-09-2008, 06:29 PM
you selected some games before ?

nickypoooo
02-10-2008, 12:17 AM
you selected some games before ?

Thank you for your reply, I'm not sure what you mean.. I did install some games but it was long time ago and did not have any problem.

This problem came up only a few days ago, I'm getting this error when running Arcade - Management Score Pruning

mySQL query error: SELECT * FROM games_scores WHERE gid IN (Array) ORDER BY name ASC

mySQL error: Unknown column 'Array' in 'where clause'
mySQL error code:
Date: Saturday 09th of February 2008 05:13:21 PM

and I get this error when running Update Highscores

mySQL query error: SELECT gid, highscore_type, gtitle FROM games_list WHERE gid IN (Array) ORDER by gid

mySQL error: Unknown column 'Array' in 'where clause'
mySQL error code:
Date: Saturday 09th of February 2008 05:14:26 PM


Thank you for your time.

MrZeropage
02-11-2008, 01:31 PM
in the score-pruning, you first have to select the games that should be pruned - you've done this ?