Mallee Boy Posted January 5, 2010 Share Posted January 5, 2010 Hi,Daily, monthly, yearly stats worked (and still do) under 2009. In 2010, months and year stats work but not days for any given date in 2010. Can anyone help? Link to comment Share on other sites More sharing options...
rickgrimes Posted January 6, 2010 Share Posted January 6, 2010 Hello,We also are experiencing the same problems, no stats in 2010.Have you found fix yet? I have tried the fix for 2009, but still no luck. We are using version 1.1. Link to comment Share on other sites More sharing options...
Mallee Boy Posted January 6, 2010 Author Share Posted January 6, 2010 I have not found a solution yet and i would REALLY LIKE TO!i am using version 1.1 as well. My stats are fine for 2009 dates but I get no daily stats for 2010, only monthly and yearly. Link to comment Share on other sites More sharing options...
cosmin92 Posted January 6, 2010 Share Posted January 6, 2010 I have this problem me too.... anyone can help me? Link to comment Share on other sites More sharing options...
baatkoo77 Posted January 7, 2010 Share Posted January 7, 2010 I found a solution: You should go Statistics->Referrers and there you should change to Date Link to comment Share on other sites More sharing options...
Mallee Boy Posted January 7, 2010 Author Share Posted January 7, 2010 Where about under the stats tab is referrers? (version 1.1) I haveback office, modules and stats tabs under stats and i have a settings button. Why is the "referrers"? Link to comment Share on other sites More sharing options...
baatkoo77 Posted January 7, 2010 Share Posted January 7, 2010 I see, this works with 1.1.4 Link to comment Share on other sites More sharing options...
Mallee Boy Posted January 7, 2010 Author Share Posted January 7, 2010 I have 1.1.5Can you tell me where in the stats tab this "referrer" is. Link to comment Share on other sites More sharing options...
Jakobk5656 Posted January 9, 2010 Share Posted January 9, 2010 I have the same problem, anyone found the solution? Link to comment Share on other sites More sharing options...
rickgrimes Posted January 19, 2010 Share Posted January 19, 2010 Was able to translate some French, but the solution for our version of 1.1 was:if (($month = Tools::getValue('dateInputMonth', -1)) != -1 AND Validate::isInt($month))which I replace line 36 of the AdminStatsTab.php. It took about 3 cycles, but it finally started working. Link to comment Share on other sites More sharing options...
rickgrimes Posted January 19, 2010 Share Posted January 19, 2010 Also David,I'm not sure you got my follow email, but it is not the AdminTab file, it is the AdminStatsTab/php file!! Link to comment Share on other sites More sharing options...
thehandlestudio Posted January 19, 2010 Share Posted January 19, 2010 What do you mean rickgrimes by 3 cycles? I have inserted this code and it still doesn't work on mine...Regards,Mark. Link to comment Share on other sites More sharing options...
Mallee Boy Posted January 19, 2010 Author Share Posted January 19, 2010 Ricks suggestion fixed mine on the first go. Link to comment Share on other sites More sharing options...
rickgrimes Posted January 20, 2010 Share Posted January 20, 2010 Hi Mark,Yea, it was strange. When I first changed the line, I saved the file and went back to the back office. I had to switch back and forth between month and day 3 times before the daily started working.Also, did you see the I orginally posted the wrong .php file? The change has to be done in the AdminStatsTab.php file.good luck... Link to comment Share on other sites More sharing options...
thehandlestudio Posted January 20, 2010 Share Posted January 20, 2010 Yeah I have put the code in the right file but I will try switching back and to a few times, thanks rick.Regards,Mark. Link to comment Share on other sites More sharing options...
cosmin92 Posted January 21, 2010 Share Posted January 21, 2010 I have inserted this code and it still doesn’t work on mine..... :| Link to comment Share on other sites More sharing options...
thehandlestudio Posted January 21, 2010 Share Posted January 21, 2010 I have tried the switching back and to but still no joy...... Link to comment Share on other sites More sharing options...
caleefe Posted January 26, 2010 Share Posted January 26, 2010 Try this for line 36:if (($month = Tools::getValue('dateInputMonth', -1)) != -1 AND Validate::isInt($month)) This is the first change I have found that actually WORKS!!!This was on another thread (in French) for the same problem. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now