diva / diva-distribution

OpenSim + addons. This is the content that gets distributed in the d2 project.
52 stars 36 forks source link

Stats on splash page all 0 #13

Closed DragonForgedTheArtist closed 11 years ago

DragonForgedTheArtist commented 13 years ago

On the splash page, all the stats across the bottom are listed as 0. I'm running in grid mode. as of the moment of this posting I have 1 user in world, 8 regions, 2 users, and 2 active in the last 30 days that aren't being reported.

CamChev commented 13 years ago

Hi, same problem here all stats showing 0 also Manage Users shows zero users and cannot search for users by name nor list all accounts. Everything else seems to work, running OSGrid release 0.7.2 on WindowsXP localhost.

EDIT ok Manage Users now works after I changed StorageProvider = "OpenSim.Data.MySQL.dll" to StorageProvider = "Diva.Data.MySQL.dll" Now just have to figure out why all stats still show 0, would this be because I am using 0.7.2 instead of 0.7.1 as per what it was designed for?

Xeliaa commented 13 years ago

im having the Very same problem and i cannot find any one that has a solution

CamChev commented 13 years ago

I actually found the solution (for me at least) in the Bin/Wifi.ini.example file the lines to activate the stats are commented out as default, the semicolons need to be removed from these lines
; StatisticsUpdateInterval = 60 ; StatisticsActiveUsersPeriod = 30 I am guessing this would trip up many because it is unusual to be commented out as default.