When navigating to the "Next" screen of page (like 2, 3, ...) in plugins (like syslog,thold,discovery...) the uri lost character " & " (like "http://xxx.com/plugins/syslog/syslog.ph ... slogpage=2) use the "Next" or the "Previous" is normal.
Any ideas on how to fix this. I looked around and did not see anything. Any help would be greatly appreciated.
next page not working on 0.8.8f
Moderators: Developers, Moderators
Re: next page not working on 0.8.8f
Fix >
In file <cacti dir>/lib/html_utility.php on line 389 string should be:
In file <cacti dir>/lib/html_utility.php on line 389 string should be:
Code: Select all
$url_page_select .= "<script type='text/javascript'>function goto${page_var}(pageNo) { if (typeof url_graph === 'function') { var url_add=url_graph('') }else{ var url_add=''; }; document.location='$url&$page_var='+pageNo+url_add }</script>";
Re: next page not working on 0.8.8f
It's work,thank you!thirty2 wrote:Fix >
In file <cacti dir>/lib/html_utility.php on line 389 string should be:
Code: Select all
$url_page_select .= "<script type='text/javascript'>function goto${page_var}(pageNo) { if (typeof url_graph === 'function') { var url_add=url_graph('') }else{ var url_add=''; }; document.location='$url&$page_var='+pageNo+url_add }</script>";
Who is online
Users browsing this forum: No registered users and 2 guests