View Single Post
Author Message
Mike4Told
Member
Join Date: Sep 2013
Old 10-05-2014 , 00:32   Problem with HLStatsX
Reply With Quote #1

After a while of running the daemon, this happens and freezes the stats. I have to restart the daemon manually. I have restarted my stats completely with a new database and it still happens. Ideas?

Thanks in advance.

Code:
                                hlstats_Players
                        SET
                                connection_time = connection_time + ?,
                                lastName=?,
                                clan=?,
                                kills=kills + ?,
                                deaths=deaths + ?,
                                suicides=suicides + ?,
                                skill=?,
                                headshots=headshots + ?,
                                shots=shots + ?,
                                hits=hits + ?,
                                teamkills=teamkills + ?,
                                last_event=?,
                                last_skill_change=?,
                                death_streak=IF(?>death_streak,?,death_streak),
                                kill_streak=IF(?>kill_streak,?,kill_streak),
                                hideranking=IF(hideranking=3,0,hideranking),
                                activity = 100
                        WHERE
                                playerId=?

Incorrect string value: '\xF0\x9F\x91\x88to...' for column 'lastName' at row 1 a
t .//HLstats.plib line 213.
Mike4Told is offline