Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

General Questions /

General questions about getting started with SilverStripe that don't fit in any of the categories above.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

statistics shows numbers and no browser or os


Go to End


4 Posts   1385 Views

Avatar
raamklaza

Community Member, 182 Posts

26 February 2009 at 3:13am

Hello everyone,

am i the only where the statistics page in the admin section isn't working?

For example on the Views page i see in the table:
id, time, browser, os, user, page

but the result show up like:
id - time - browser - os - user - page
1 - 2009-01-06 22:06:21 - {empty} - {empty} - 1 - 1

So browser and os are just empty and user and page only show a number.

Is this normal?

Avatar
raamklaza

Community Member, 182 Posts

28 February 2009 at 2:14am

Does any know more about this?

Did anyone fix this issue themselfs?

Where are the statistics kept / recorded (which files?) maybe i can do something myself to get "normal" readable results in there...

Avatar
Willr

Forum Moderator, 5523 Posts

28 February 2009 at 2:32pm

The statistics function is pretty buggy, that is why it has been stripped out of the default 2.3 install. One thing you can check is, is there actually a browser info stored in the database? If you have PHPmyadmin login to that, select your data then click the browse icon on the left of the 'PageView' table. Those are the actual records so check that the browser column has information in it.

I recommend using google analytics as it will provide you with alot more information.

Avatar
raamklaza

Community Member, 182 Posts

1 March 2009 at 6:48am

I am already using 2 external statistics programs (google and piwik)..

But it would be really nice if it could be within SS.