i installed the lastest version of Cycle on the latest release of CACTI.
Im seeing that when it gets to the end of the specified list of graphs.. it hangs on the last one unless i do a refresh.
then it goes through the list.. then stops at the last graph again.
Cycle stops at last graph
Moderators: Developers, Moderators
Re: Cycle stops at last graph
For everybody also looking for a resolution of this problem:
Edit "cycle_ajax.php":
Search for line:
and replace it with:
Now your graphs should be starting from the beginning as soon as the last graph is reached
Edit "cycle_ajax.php":
Search for line:
Code: Select all
if (isset($newcase) && strlen($newcase)) $sql_where .= (strlen($sql_where) ? " AND":"WHERE") . " gtg.title_cache RLIKE '$filter'";
Code: Select all
if (isset($newcase) && strlen($newcase)) {
$sql_where .= (strlen($sql_where) ? " AND" : "WHERE") . " gl.id IN($newcase)";
}
Re: Cycle stops at last graph
Having the same issue. I tried making the changes above, but it still gets stuck on the last set of graphs.
Who is online
Users browsing this forum: No registered users and 0 guests