DesComm Posted July 22, 2016 Report Share Posted July 22, 2016 (edited) When running the maintenance module in admin, pilot hours all show 1 hour, and this error at the beginning of the run: /core/common/StatsData.class.php on line 171 169 public static function getMonthsSinceDate($start) { 170 171 $key_month = date('MY', $start); 172 $key = 'months_since_' . $key_month; 173 $months = CodonCache::read($key); Edited July 22, 2016 by DesComm Quote Link to comment Share on other sites More sharing options...
Moderators servetas Posted July 22, 2016 Moderators Report Share Posted July 22, 2016 This does not help a lot. What do you have on your /core/common/StatsData.class.php on line 171? Can you paste the whole function which has line 171? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.