View Single Post
Sleeper_LT
Junior Member
Join Date: Feb 2007
Old 10-10-2009 , 14:45   Re: Psychostats Interface Plugin Rearmed
Reply With Quote #10

Quote:
Originally Posted by axon_pl View Post
@Sleeper_LT stats_vip is propably database name, how you specified table prefix in your psychostats config ?
databases.cfg:
Code:
"Databases"
{
 "driver_default"  "mysql"
 
 "psstats" 
 {        
       "driver"    "mysql"        
         "host"     "ip_adress_my_db"        
         "database"    "stats_vip"        
         "user"     "ps_stats"        
         "pass"     "password" 
}
plugin.psichostats.cfg:

Code:
 
psychstats_db_config_prefix "psstats"
psychstats_db_prefix "ps"
21:50:56 [psychostats_threaded_uni.smx] Psychostats -> Config: Table prefix readed from config file: ps
21:50:56 [psychostats_threaded_uni.smx] Psychostats -> Config: Plugin version id 0.91
21:50:56 [psychostats_threaded_uni.smx] Psychostats -> Config: Db config name readed from config file: psstats

L 10/10/2009 - 21:507: [psychostats_threaded_uni.smx] Psychostats -> Database: MySQL Error: Table 'stats_vip.ps_config' doesn't exist

Wheare my mistake ?

P.S. My db table prefix is ps

Last edited by Sleeper_LT; 10-10-2009 at 15:06.
Sleeper_LT is offline