ok thanks for the admin patch thats worked fine but when i click on more stats i get
Code:
Database error in vBulletin 3.6.8:
Invalid SQL:
SELECT sum(bet) AS bet, sum(won) AS won, cs1.switch2
FROM casino_settings AS cs1, casino_settings AS cs2, casino_bet_stats
WHERE cs1.settingname = 'gamename'
AND cs2.settingname = 'gameactive'
AND cs1.switch1 = gameid
AND cs2.switch2 = '1'
AND cs1.switch1 = cs2.switch1
GROUP BY gameid;
MySQL Error : The SELECT would examine more than MAX_JOIN_SIZE rows; check your WHERE and use SET SQL_BIG_SELECTS=1 or SET SQL_MAX_JOIN_SIZE=# if the SELECT is okay
Error Number : 1104
and when i click on let em ride it just goes back to the casino main menu ?