Jump to content

Recommended Posts

Posted (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 by DesComm
  • Moderators
Posted

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?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...