HLstatsX Community Edition
  • Contents
  • Search
  • Help

Banner
ERROR
Database Error

Server Address: localhost
Server Username: root

Error Diagnostic:
Bad query.

Server Error: (145) Table './amx/hlstats_Events_Chat' is marked as crashed and should be repaired

Last SQL Query:
		SELECT
			hlstats_Events_Chat.eventTime,
			IF(hlstats_Events_Chat.message_mode=2, CONCAT('(Team) ', hlstats_Events_Chat.message), IF(hlstats_Events_Chat.message_mode=3, CONCAT('(Squad) ', hlstats_Events_Chat.message), hlstats_Events_Chat.message)) AS message,
			hlstats_Servers.name AS serverName,
			hlstats_Events_Chat.map
		FROM
			hlstats_Events_Chat
		LEFT JOIN 
			hlstats_Servers
		ON
			hlstats_Events_Chat.serverId = hlstats_Servers.serverId
		WHERE
			hlstats_Events_Chat.playerId = 56121 	
		ORDER BY
			eventTime desc,
			serverName desc
		LIMIT
			0,
			50