[Bug 201212] net-mgmt/cacti: missing include files

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Jun 30 09:15:17 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201212

            Bug ID: 201212
           Summary: net-mgmt/cacti: missing include files
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: marko.cupac at mimar.rs
                CC: freebsd-ports at dan.me.uk
             Flags: maintainer-feedback?(freebsd-ports at dan.me.uk)
                CC: freebsd-ports at dan.me.uk

Since upgrading to cacti-0.8.8d I am getting errors in apache error log:

File does not exist: /usr/local/share/cacti/include/js/jquery-ui.js, referer:
https://example.com/cacti/graph_view.php
File does not exist: /usr/local/share/cacti/include/js/jquery-ui.css, referer:
https://example.com/cacti/graph_view.php

Files are actually referenced by include file
/usr/local/share/cacti/include/top_graph_header.php:

pacija at example:~ % cat /usr/local/share/cacti/include/top_graph_header.php |
grep jquery-ui
    <link href="<?php echo $config['url_path']; ?>include/js/jquery-ui.css"
type="text/css" rel="stylesheet">
    <script type="text/javascript" src="<?php echo $config['url_path'];
?>include/js/jquery-ui.js" language="javascript"></script>

Contents of include/js folder is as follows:
pacija at rsbgyucnix01:~ % ls -lh /usr/local/share/cacti/include/js
total 592
drwxr-xr-x  2 root  wheel   1.0k Jun 29 15:45 images
-rw-r--r--  1 root  wheel   3.6k Jun 29 15:45 jquery.cookie.js
-rw-r--r--  1 root  wheel   8.3k Jun 29 15:45 jquery.dropdown.js
-rw-r--r--  1 root  wheel   266k Jun 29 15:45 jquery.js
-rw-r--r--  1 root  wheel   4.9k Jun 29 15:45 jquery.zoom.css
-rw-r--r--  1 root  wheel    42k Jun 29 15:45 jquery.zoom.js
-rw-r--r--  1 root  wheel   245k Jun 29 15:45 jstree.js
drwxr-xr-x  4 root  wheel   512B Jun 29 15:45 themes

I don't know yet which functionality implications will this have. For now, I
noticed I can't zoom into graphs. I don't know if it is related.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list