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