Jump to content

Statistics no longer work in 2010


Recommended Posts

  • 2 weeks later...

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

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...