Errors in console
burr19 opened this issue · 5 comments
burr19 commented
Errors:
materialadmin.smx (Material Admin): Error detected in plugin startup (see error logs)
sourcebans.smx (SourceBans): unexpected error 23 in AskPluginLoad callback
sbpp_checker.smx (SourceBans++: Bans Checker): Failed to connect to SourceBans DB, Could not find driver "mysql"
xDavidos commented
Убери всё плагины sb, оставь только от Ma
burr19 commented
Убери всё плагины sb, оставь только от Ma
L 04/12/2020 - 18:37:54: [materialadmin.smx] Database failure: Could not find Database conf "materialadmin"
megoRU commented
database.cfg измени название....
burr19 commented
database.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" "0"
}
"storage-local"
{
"driver" "sqlite"
"database" "sourcemod-local"
}
"clientprefs"
{
"driver" "sqlite"
"host" "localhost"
"database" "clientprefs-sqlite"
"user" "root"
"pass" ""
//"timeout" "0"
//"port" "0"
}
"driver_default" "mysql"
"materialadmin"
{
"driver" "mysql"
"host" "localhost"
"database" "csgo****"
"user" "csgo****"
"pass" "****"
//"timeout" "0"
"port" "3306"
}
"sourcecomms"
{
"driver" "mysql"
"host" "localhost"
"database" "csgo****"
"user" "csgo****"
"pass" "****"
//"timeout" "0"
"port" "3306"
}
}
megoRU commented
"host" "localhost"
may be not localhost...?