17
Quote:
The stats will appear when you have 2 or more items in Number of Sessions in Country, Region & Continent, Total Minutes in the same 3 and adverage minutes in the same 3.
Simon, why 2 or more?
I've changed it from
if (count($log_handler->getNumberByCountry())>1) {
to
if (count($log_handler->getNumberByCountry())>0) {
and the statistics show now.
But there is still a problem - they only show for one country or one region, i.e. the "foreach" doesn't work. I didn't look into it yet, as I just realized it, after I've made the statistics show up.
Can you fix it?
Quote:
Okey i will update RC to Final then of 1.01 and we will do a news release..
Why the rush?
Let's wait till we do more testing and bug fixes. Once we fix one bug, there might be another waiting to show up....
[EDIT]
Simon, there are still bugs/issues:
1) The "foreach" generates only one element in the array.
see this screenshot:
2) We're using "GPL 2 or later".