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

  Sections

ERROR
Database Error

Server Address: localhost
Server Username: web

Error Diagnostic:
Bad query.

Server Error: (3) Error writing file '/tmp/MYLwclPL' (Errcode: 28 - No space left on device)

Last SQL Query:
		SELECT
			IF(hlstats_Maps_Counts.map = '', '(Unaccounted)', hlstats_Maps_Counts.map) AS map,
			hlstats_Maps_Counts.kills,
			ROUND(kills / 1542659 * 100, 2) AS kpercent,
			hlstats_Maps_Counts.headshots,
			ROUND(hlstats_Maps_Counts.headshots / IF(hlstats_Maps_Counts.kills = 0, 1, hlstats_Maps_Counts.kills), 2) AS hpk,
			ROUND(hlstats_Maps_Counts.headshots / 209079 * 100, 2) AS hpercent
		FROM
			hlstats_Maps_Counts
		WHERE
			hlstats_Maps_Counts.game = 'css5'
		ORDER BY
			kills desc,
			map desc