View Single Post
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 02-22-2019 , 07:51   Re: [CSGO] Weapon & Knives (Skins, Name Tags, StatTrak, Wear/Float) [!ws !knife !name
Reply With Quote #631

Quote:
Originally Posted by kgns View Post
that is strange because I use custom db definitions with both plugins on a lot of servers and having no problem like you said. you should double check the database configuration
This is the config of my databse.cfg, I have already re-created it and nothing:
Code:
"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"			"sourcemod"
		"user"				"root"
		"pass"				""
		//"timeout"			"0"
		//"port"			"0"
	}
	
	"storage-local"
	{
		"driver"			"sqlite"
		"database"			"sourcemod-local"
	}

	"clientprefs"
	{
		"driver"			"sqlite"
		"host"				"localhost"
		"database"			"clientprefs-sqlite"
		"user"				"root"
		"pass"				""
		//"timeout"			"0"
		//"port"			"0"
	}
	
	"weaponsknife"
	{
		"driver"			"sqlite"
		"database"			"weaponsknife"
	}
	
	"gloves"
	{
		"driver"			"sqlite"
		"database"			"gloves"
	}
}
I already left the default database of plugins too and the same thing...

I have already changed the permissions on FTP and nothing.

I do not know what else to do.
paulo_crash is offline