HLstatsX Community Edition
  • CSGO
  • CSTRIKE
  • Contents
  • Search
  • SourceBans
  • Forum
  • Help
Style:

Banner
  Sections

ERROR
Database Error

Server Address: localhost
Server Username: hlstatsx

Error Diagnostic:
Bad query.

Server Error: (1366) Incorrect string value: '\xF0\x9F\x9B\xA1\xEF\xB8...' for column `hlstatsx`.`hlstats_EventHistory`.`serverName` at row 1

Last SQL Query:
			INSERT INTO
				hlstats_EventHistory
				(
					eventType,
					eventTime,
					eventDesc,
					serverName,
					map
				)
			
		SELECT
			'Connect',
			hlstats_Events_Connects.eventTime,
			CONCAT('I connected to the server'),
			IFNULL(hlstats_Servers.name, 'Unknown'),
			hlstats_Events_Connects.map
		FROM
			hlstats_Events_Connects
		LEFT JOIN
			hlstats_Servers
		ON
			hlstats_Servers.serverId = hlstats_Events_Connects.serverId
		WHERE
			hlstats_Events_Connects.playerId = 672