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

Quote:
Originally Posted by suki97 View Post
I guess it's SQLite, this is databases.cfg

"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" "3306"
}

"addons"
{
"driver" "default"
"host" "localhost"
"database" "sourcemod"
"user" "root"
"pass" ""
//"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"
}
}


And error log :

https://github.com/suki971/Error-log...n/error%20logs
Various errors, various plugins, including weapons, do the following.

Install PTaH again, attention, download the version to your server.

https://ptah.zizt.ru/

I left the default sourcemod databases.cfg:
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"
	}
}
Download the Weapon & Knives plugin again and leave it by default, I just uploaded it to the server.

https://build.kgns.dev/job/csgo-weap...weapons-40.zip

Done all this test again.

NOTE: Also check the permissions of your server folders, apparently the error you are giving is also write. (If you don't have access to this then only the host you hired the server can help)

Last edited by paulo_crash; 09-07-2021 at 15:46.
paulo_crash is offline