Jump to content

Polit

Newbie
  • Posts

    1
  • Joined

  • Last visited

  • Days Won

    2

Polit last won the day on November 23 2020

Polit had the most liked content!

Profile Information

  • Software
    IPS4
  • Version
    3.4.5

Recent Profile Visitors

677 profile views

Polit's Achievements

Newbie

Newbie (1/14)

  • First Post
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

4

Reputation

  1. THANK YOU for posting this! I was able to solve the issue thanks to your post. I'll post the fix here for anyone who stumbles upon this post in the future. Find the following file admin\applications\core\modules_admin\mycp\dashboard.php Change line 377 to $online = $this->DB->buildAndFetch( array( 'select' => 'count(*) as fixme', 'from' => 'sessions', 'where' => "running_time > {$time}" ) ); Change line 379 to $stats['active_users'] = $online['fixme']; Of course you don't have to use the word "fixme". You can use any word so long as you don't use "rows"!. Thanks!
×
×
  • Create New...