I get the error "Bad Stat Value"
I haven't touched anything, the logs shows what's going on, I have some external funcions, I think PPH use the same method as I've just seen an user experienced the same issue, something internal has changed because the query that is executed lacks my function. I've added a few more vs Hero stats, and the query remains the same
- Code: Select all
2025/07/20 13:25:23.362 [00000]: [00000AC8][Query::QueryThread] Thread: Begin
2025/07/20 13:25:23.362 [00000]: [00000AC8][Query] Executing SQL (Thread): SELECT ic.id_player,player.id_site,player.player_name,sum(ic.amt_won_curr_conv),sum(ic.cnt_hands) FROM (SELECT cash_cache.id_player,sum(amt_won_curr_conv) AS amt_won_curr_conv,sum(cnt_hands) AS cnt_hands FROM cash_cache WHERE ((cash_cache.id_gametype = 1)) GROUP BY cash_cache.id_player) ic,player WHERE player.id_player=ic.id_player GROUP BY ic.id_player,player.id_site,player.player_name
2025/07/20 13:25:23.462 [00101]: [00000AC8][Query] Query execution time: 100.49060000 ms
2025/07/20 13:25:23.463 [00000]: [00000AC8][Query::QueryThread] Thread: End
2025/07/20 13:25:23.562 [00099]: [00000AC8][ptQueryCtrlBase::Populate] Thread: Begin
2025/07/20 13:25:26.534 [02972]: [00000AC8][ptQueryCtrlBase] [RPT-ReportEditor-Player] Population took 2972 ms
2025/07/20 13:25:26.534 [00000]: [00000AC8][ptQueryCtrlBase::Populate] Thread: End
