andrew Posted January 21, 2010 Share Posted January 21, 2010 Hi,I am having a problem with statistics - all stats modules.If I change date, then when the screen refreshes - nothing is displayed the screen stops where the calendar selection should be - see attached screens.Any ideas?- Andrew Link to comment Share on other sites More sharing options...
caleefe Posted January 26, 2010 Share Posted January 26, 2010 In ADMIN/TABS/AdminStatsTab.php :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...
andrew Posted January 28, 2010 Author Share Posted January 28, 2010 Thanks I have tried adding that - but no difference.(We are on version 1.2.5)I have a feeling it could be related to the employee table - if I change the dates there (using sql directly) then it works - and I am unable to add a new employee (with the same symptom)- Andrew 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