Cacti (home)ForumsRepositoryDocumentation
Cacti: offical forums and support  

 FAQFAQ   SearchSearch   MemberlistMemberlist    RegisterRegister   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in    


Problem with refresh any pages with installed MANAGE plugin

 
Post new topic   Reply to topic    Cacti Forum Index -> Plugin Development
Author Message
igorx



Joined: 14 Sep 2008
Posts: 4
Location: Russia

PostPosted: Wed Sep 24, 2008 10:56 pm    Post subject: Problem with refresh any pages with installed MANAGE plugin Reply with quote

When 'MANAGE' plugin not installed or disabled, i see, for example, in 'graphs' tab html head of page:
Code:

<html>
<head>
   <title>Cacti</title>
   <meta http-equiv=refresh content='600'>
   <link href="/cacti/include/main.css" rel="stylesheet">
   <link href="/cacti/images/favicon.ico" rel="shortcut icon"/>
   <script type="text/javascript" src="/cacti/include/layout.js"></script>
   <script type="text/javascript" src="/cacti/include/treeview/ua.js"></script>

when plugin is enabled, the "refresh" tag is wrong in ANY graph!
Code:

<html>
<head>
   <title>Cacti</title>
   <meta http-equiv=refresh content=''>
   <link href="/cacti/include/main.css" rel="stylesheet">
   <link href="/cacti/images/favicon.ico" rel="shortcut icon"/>
   <script type="text/javascript" src="/cacti/include/layout.js"></script>
   <script type="text/javascript" src="/cacti/include/treeview/ua.js"></script>

<meta http-equiv=refresh content=''>

Please, correct this error.
Back to top
Display posts from previous:   
Post new topic   Reply to topic    Cacti Forum Index -> Plugin Development All times are GMT - 5 Hours
Page 1 of 1

 



Powered by phpBB © 2001, 2005 phpBB Group