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: (1194) Table 'hlstats_Events_Disconnects' is marked as crashed and should be repaired

Last SQL Query:
			INSERT INTO
				hlstats_EventHistory
				(
					eventType,
					eventTime,
					eventDesc,
					serverName,
					map
				)
			
		SELECT
			'Disconnect',
			hlstats_Events_Disconnects.eventTime,
			'I left the game',
			IFNULL(hlstats_Servers.name, 'Unknown'),
			hlstats_Events_Disconnects.map
		FROM
			hlstats_Events_Disconnects
		LEFT JOIN
			hlstats_Servers
		ON
			hlstats_Servers.serverId = hlstats_Events_Disconnects.serverId
		WHERE
			hlstats_Events_Disconnects.playerId = 372