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

CSGO plugin error.


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
jewny24
Member
Join Date: Oct 2016
Old 04-28-2017 , 06:46   CSGO plugin error.
Reply With Quote #1

Hey guys, I got someone to make me a ranking plugin but he kinda disappeared and I don't know how to fix this error. It also crashes my server

L 04/15/2017 - 15:17:52: Error log file session closed.
L 04/15/2017 - 15:27:24: SourceMod error session started
L 04/15/2017 - 15:27:24: Info (map "aim_deagle7k") (file "errors_20170415.log")
L 04/15/2017 - 15:27:24: [SM] Exception reported: Invalid query Handle 0 (error: 4)
L 04/15/2017 - 15:27:24: [SM] Blaming: csgo_rank_system_v2.smx
L 04/15/2017 - 15:27:24: [SM] Call stack trace:
L 04/15/2017 - 15:27:24: [SM] [0] SQL_HasResultSet
L 04/15/2017 - 15:27:24: [SM] [1] Line 175, D:\My Work\SM Plugins\csgo_rank_system_v2.sp::LoadPlayerFn
L 04/15/2017 - 15:27:24: [csgo_rank_system_v2.smx] SQL_TQuery() @ LoadPlayerFn() reported: Malformed packet
L 04/15/2017 - 164:18: SourceMod error session started
L 04/15/2017 - 164:18: Info (map "de_dust2") (file "errors_20170415.log")
L 04/15/2017 - 164:18: [csgo_rank_system_v2.smx] SQL_TQuery() @ LoadPlayerFn() reported: Lost connection to MySQL server during query
L 04/15/2017 - 17:04:18: [csgo_rank_system_v2.smx] SQL_TQuery() @ LoadPlayerFn() reported: Lost connection to MySQL server during query

Do you know if there is anything I could do to fix it? Or explain me what it is?
__________________
Just a noob admin always searching for help.
Thanks AlliedModders.
jewny24 is offline
hamilton5
Veteran Member
Join Date: Oct 2012
Location: USA
Old 04-28-2017 , 07:46   Re: CSGO plugin error.
Reply With Quote #2

says something about mysql... is that setup correctly? where did you get csgo_rank_system_v2 .. did you read its instructions?
hamilton5 is offline
jewny24
Member
Join Date: Oct 2016
Old 04-28-2017 , 08:06   Re: CSGO plugin error.
Reply With Quote #3

Unfortunately I had someone set it up for me. I think it's best to wait for him to come online but it's been a week already. I tried maybe you knew a quick fix or anything :\
__________________
Just a noob admin always searching for help.
Thanks AlliedModders.
jewny24 is offline
thedudeguy1
Senior Member
Join Date: Oct 2014
Location: 127.0.0.1
Old 04-28-2017 , 12:24   Re: CSGO plugin error.
Reply With Quote #4

Could you paste your databases.cfg here? Please omit passwords and any public IPs.
__________________
A computer is like an Old Testament god, with a lot of rules and no mercy. -Joseph Campbell
thedudeguy1 is offline
jewny24
Member
Join Date: Oct 2016
Old 04-28-2017 , 13:15   Re: CSGO plugin error.
Reply With Quote #5

"Databases"
{
"driver_default" "mysql"

// When specifying "host", you may use an IP address, a hostname, or a socket file path

"default"
{
"driver" "default"
"host" "localhost"
"database" "steam"
"user" "root"
"pass" ""
//"timeout" "0"
"port" "3306"
}

"rankstats"
{
"driver" "mysql"
"host" "stuff"
"database" "stuff"
"user" "stuff"
"pass" "stuff"
//"timeout" "0"
"port" "3306"
}


"storage-local"
{
"driver" "sqlite"
"database" "sourcemod-local"
}

"clientprefs"
{
"driver" "sqlite"
"host" "localhost"
"database" "clientprefs-sqlite"
"user" "root"
"pass" ""
//"timeout" "0"
//"port" "0"
}
"store"
{
"driver" "mysql"
"host" "<your-database-host>"
"database" "<your-database-name>"
"user" "<username>"
"pass" "<password>"
}
"new_features"

{

"driver" "sqlite"

"database" "sknuri"

}
}
__________________
Just a noob admin always searching for help.
Thanks AlliedModders.
jewny24 is offline
Reply


Thread Tools
Display Modes

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 12:47.


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