Closed GoogleCodeExporter closed 8 years ago
did you add the db entry in databases.cfg?
do you work with sqlite or mysql?
Original comment by andreaspachler
on 4 May 2011 at 5:50
Database.cfg
"Databases"
{
"driver_default" "sqlite"
"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"
}
"thc_rpg"
{
"driver" "sqlite"
"database" "thc_rpg"
}
}
I use SqLite.
All worked before i reinstalled Windows. Same WinServer 2008 but Rus , i dont
think its problem..
Original comment by loveisde...@gmail.com
on 4 May 2011 at 7:30
is the file "cstrike\addons\sourcemod\data\sqlite\thc_rpg.sq3" existing?
Original comment by andreaspachler
on 4 May 2011 at 1:16
Yes..and its with data..
I tryed to delete and mb its will create new one but its gave same error..and
didnt create enithing
Sorry for my English..
Original comment by loveisde...@gmail.com
on 4 May 2011 at 5:53
i found problem.. its was very silly..
Server adress(at computer,folder adress) must not contain non English letters..
Original comment by loveisde...@gmail.com
on 4 May 2011 at 7:56
Original comment by andreaspachler
on 6 May 2011 at 9:30
Original issue reported on code.google.com by
loveisde...@gmail.com
on 3 May 2011 at 11:26