View Single Post
  #1  
Old 25th Apr 04, 10:10 PM
Bads's Avatar
Bads Bads is offline
BetaONE Supporter
 
Join Date: Jul 2001
Location: Quebec
Posts: 1,710
Bads is an unknown quantity at this point
Hello,

I'm installing the arcade in my forum

I have this sql error:

mySQL query error: SELECT game.*,score.*,member.name as s_membername FROM ib_beta_arcade_games game
LEFT JOIN ib_beta_arcade_scores score ON (score.s_id=game.current_highscore)
LEFT JOIN ib_beta_members member ON (member.id=score.s_userid)
ORDER BY game.

mySQL error: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 4
mySQL error code:
Date: Sunday 25th of April 2004 04:53:02 PM

I don't know how to fix that
__________________
Reply With Quote