Looks like this time the error message is telling the truth
Code:
DBD::mysql::st execute failed: Data too long for column 'weapon' at row 1 at C:\Inetpub\wwwroot\hlstats\daemon/HLstats.p
lib line 109.
Unable to execute query:
INSERT INTO
hlstats_Events_Suicides
(
eventTime,
serverId,
map,
playerId,
weapon
)
VALUES
(
NOW(),
'1',
'ctf_2fort',
'59',
'tf_projectile_pipe_remote'
)
Data too long for column 'weapon' at row 1
Column weapon is defined as varchar(20), but 'tf_projectile_pipe_remote' is longer...
Badi