| 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
'Action',
hlstats_Events_PlayerPlayerActions.eventTime,
CONCAT('%A%/hlstats.php?mode=playerinfo&player=', hlstats_Events_PlayerPlayerActions.playerId, '%', IFNULL(hlstats_Players.lastName,'Unknown'), '%/A% triggered "', IFNULL(hlstats_Actions.description,'Unknown'), '" against me'),
IFNULL(hlstats_Servers.name, 'Unknown'),
hlstats_Events_PlayerPlayerActions.map
FROM
hlstats_Events_PlayerPlayerActions
LEFT JOIN
hlstats_Servers
ON
hlstats_Servers.serverId = hlstats_Events_PlayerPlayerActions.serverId
LEFT JOIN
hlstats_Actions
ON
hlstats_Actions.id = hlstats_Events_PlayerPlayerActions.actionId
LEFT JOIN
hlstats_Players
ON
hlstats_Players.playerId = hlstats_Events_PlayerPlayerActions.playerId
WHERE
hlstats_Events_PlayerPlayerActions.victimId = 1367
AND
hlstats_Actions.game = 'css'
|



