|
|
Quellcode |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
L 07/22/2010 - 13:26:06: SourceMod error session started
L 07/22/2010 - 13:26:06: Info (map "mg_tower") (file "errors_20100722.log")
L 07/22/2010 - 13:26:06: [SM] Unable to load extension "clientprefs.ext": Could not find "clientprefs" or "default" database configs
L 07/22/2010 - 13:26:06: [SM] Unable to load plugin "clientprefs.smx": Required extension "Client Preferences" file("clientprefs.ext") not running
L 07/22/2010 - 13:26:06: [SM] Unable to load plugin "permamute.smx": Required extension "Client Preferences" file("clientprefs.ext") not running
L 07/22/2010 - 13:26:06: [SM] Unable to load plugin "quakesounds_css.smx": Required extension "Client Preferences" file("clientprefs.ext") not running
L 07/22/2010 - 13:26:06: [SM] Unable to load plugin "showdamage.smx": Required extension "Client Preferences" file("clientprefs.ext") not running
L 07/22/2010 - 13:26:06: [sodstats.smx] [SoD-Rank] Unable to connect to database (Configuration "storage-local" not found)
L 07/22/2010 - 13:26:06: [SM] Plugin encountered error 25: Call was aborted
L 07/22/2010 - 13:26:06: [SM] Native "SetFailState" reported: Database failure: Could not find database conf "default"
L 07/22/2010 - 13:26:06: [SM] Displaying call stack trace for plugin "sqlfeedback.smx":
L 07/22/2010 - 13:26:06: [SM] [0] Line 91, /home/groups/alliedmodders/forums/files/2/8/8/5/0/23466.attach::sql_Connected()
L 07/22/2010 - 13:26:06: [admin-sql-prefetch.smx] Could not connect to database "default": Configuration "default" not found
L 07/22/2010 - 13:26:06: [admin-sql-prefetch.smx] Could not connect to database "default": Configuration "default" not found
L 07/22/2010 - 13:26:06: [admin-sql-prefetch.smx] Could not connect to database "default": Configuration "default" not found
|
|
|
Quellcode |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 |
"databases"
{
"driver_default" "mysql"
"default"
{
"driver" "mysql"
"host" "localhost"
"database" "smwa"
"user" "***"
"pass" "****"
//"timeout" "0"
//"port" "3306"
}
"storage-local"
{
"driver" "sqlite"
"database" "sourcemod-local"
}
"clientprefs"
{
"driver" "mysql"
"host" "localhost"
"database" "smwa"
"user" "***"
"pass" "****"
//"timeout" "0"
//"port" "3306"
}
}
|
Benutzerinformationen überspringen
Wohnort: Hagen
Beruf: Mechatroniker (didaktische Systeme)
Rootserver vorhanden: Nein
Zitat
Unable to load extension "clientprefs.ext": Could not find "clientprefs" or "default" database configs
Benutzerinformationen überspringen
Wohnort: Hagen
Beruf: Mechatroniker (didaktische Systeme)
Rootserver vorhanden: Nein
Zitat
"databases"
{
"driver_default" "mysql"
........
Zitat
"Databases"
{
"driver_default" "mysql"
........
|
|
Quellcode |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
L 07/23/2010 - 10:37:22: SourceMod error session started
L 07/23/2010 - 10:37:22: Info (map "mg_tower") (file "errors_20100723.log")
L 07/23/2010 - 10:37:22: [SM] Unable to load extension "dbi.mysql.ext": libz.so.1: cannot open shared object file: No such file or directory
L 07/23/2010 - 10:37:22: [SM] Unable to load extension "clientprefs.ext": Could not load DB Driver "mysql"
L 07/23/2010 - 10:37:23: [SM] Unable to load plugin "clientprefs.smx": Required extension "Client Preferences" file("clientprefs.ext") not running
L 07/23/2010 - 10:37:23: [SM] Unable to load plugin "permamute.smx": Required extension "Client Preferences" file("clientprefs.ext") not running
L 07/23/2010 - 10:37:23: [SM] Unable to load plugin "quakesounds_css.smx": Required extension "Client Preferences" file("clientprefs.ext") not running
L 07/23/2010 - 10:37:23: [SM] Unable to load plugin "showdamage.smx": Required extension "Client Preferences" file("clientprefs.ext") not running
L 07/23/2010 - 10:37:24: [SM] Plugin encountered error 25: Call was aborted
L 07/23/2010 - 10:37:24: [SM] Native "SetFailState" reported: Database failure: Could not find driver "mysql"
L 07/23/2010 - 10:37:24: [SM] Displaying call stack trace for plugin "sqlfeedback.smx":
L 07/23/2010 - 10:37:24: [SM] [0] Line 91, /home/groups/alliedmodders/forums/files/2/8/8/5/0/23466.attach::sql_Connected()
L 07/23/2010 - 10:37:24: [admin-sql-prefetch.smx] Could not connect to database "default": Driver "mysql" not found
L 07/23/2010 - 10:37:24: [admin-sql-prefetch.smx] Could not connect to database "default": Driver "mysql" not found
L 07/23/2010 - 10:37:24: [admin-sql-prefetch.smx] Could not connect to database "default": Driver "mysql" not found
|