HLstatsX Community Edition
  • CSGO
  • CSS
  • CSTRIKE
  • L4D2
  • Contents
  • Search
  • Help

ERROR
Database Error

Server Address: localhost
Server Username: hlstats

Error Diagnostic:
Bad query.

Server Error: (1637) Too many active concurrent transactions

Last SQL Query:
			INSERT INTO
				hlstats_EventHistory
				(
					eventType,
					eventTime,
					eventDesc,
					serverName,
					map
				)
			
		SELECT
			'Role',
			hlstats_Events_ChangeRole.eventTime,
			CONCAT('I changed role to ', role),
			IFNULL(hlstats_Servers.name, 'Unknown'),
			hlstats_Events_ChangeRole.map
		FROM
			hlstats_Events_ChangeRole
		LEFT JOIN
			hlstats_Servers
		ON
			hlstats_Servers.serverId = hlstats_Events_ChangeRole.serverId
		WHERE
			hlstats_Events_ChangeRole.playerId = 1306