All scripts in /usr/share/cacti/cli have a wrong path to the include directory

Bug #489142 reported by frenet
20
This bug affects 3 people
Affects Status Importance Assigned to Milestone
cacti (Ubuntu)
Fix Released
Medium
Paul Elliott

Bug Description

Binary package hint: cacti

In cacti 0.8.7d-1 on Karmic all scripts in /usr/share/cacti/cli have a wrong path to the include directory. The value in scripts is include(dirname(__FILE__) . "/../include/global.php");
and it should be :
include(dirname(__FILE__) . "/../site/include/global.php");

Revision history for this message
Greg Coit (gregcoit) wrote :

a quick fix for users needing to use the cli scripts is:

sed -i "s*/../include/global.php*/../site/include/global.php*" /usr/share/cacti/cli/*.php

Changed in cacti (Ubuntu):
importance: Undecided → Medium
status: New → Confirmed
Paul Elliott (omahn)
Changed in cacti (Ubuntu):
assignee: nobody → Paul Elliott (omahn)
status: Confirmed → Fix Released
Revision history for this message
Paul Elliott (omahn) wrote :

This issue was resolved with the release of cacti 0.8.7e-2 in Lucid. Given that the current LTS has the fix I don't believe an SRU is required. If you feel differently then please submit an SRU as per the guidelines here:

https://wiki.ubuntu.com/StableReleaseUpdates

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.