Raised This Month: $51 Target: $400
 12% 

Problem with HLStatsX


Post New Thread Reply   
 
Thread Tools Display Modes
micazoid
Veteran Member
Join Date: Oct 2010
Location: Munich - Germany
Old 11-03-2014 , 01:06   Re: Problem with HLStatsX
Reply With Quote #11

I downloaded the package and updated deamon. Error consists, see attachment
Attached Thumbnails
Click image for larger version

Name:	error.png
Views:	212
Size:	12.5 KB
ID:	139446  
__________________
micazoid is offline
ayanami.dev
New Member
Join Date: May 2014
Old 11-06-2015 , 17:28   Re: Problem with HLStatsX
Reply With Quote #12

I am so sorry about a bump of a very old thread. But this post was in first place of googling with the same problem. So I dont know a really right way to fix this problem, but as a "temporary" fix I just change the string which executes a query, so Hlstatsx daemon will not die.

Just in file HLstats.plib on 213 line

Code:
$db_stmt_cache{$query_id}->execute(@bind_args) or die ("Unable to execute query $query_id):\n$query\n$DBI::errstr");
Replace with:

Code:
$db_stmt_cache{$query_id}->execute(@bind_args); 
#or die ("Unable to execute query $query_id):\n$query\n$DBI::errstr");
ayanami.dev is offline
AJIekceu4
Junior Member
Join Date: Jan 2006
Old 08-23-2016 , 15:45   Re: Problem with HLStatsX
Reply With Quote #13

fix:
change type from VARCHAR to VARBINARY for hlstats_Players -> lastName
AND
change type from VARCHAR to VARBINARY for hlstats_Livestats -> name
AJIekceu4 is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 10:39.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode