HLstatsX Community Edition
  • Contents
  • Search
  • SourceBans
  • Forum
  • Help

  Sections

ERROR
Database Error

Server Address: 176.126.167.7
Server Username: mwa

Error Diagnostic:
Bad query.

Server Error: (1114) The table 'hlstats_EventHistory' is full

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