|
|
| Author |
Message |
rony Developer/Forum Admin
Joined: 17 Nov 2003 Posts: 5365 Location: Wisconsin, USA
|
Posted: Thu Feb 14, 2008 9:27 am Post subject: |
|
|
| andrew2 wrote: | Am I safe to assume those of us using web-basic authentication exclusively are safe from the security issues? (Assuming of course that authenticated users are trustworthy )
Andrew |
That would be a correct assumption. |
|
| Back to top |
|
 |
super-hornet Cacti User
Joined: 27 May 2007 Posts: 134
|
Posted: Tue Feb 19, 2008 10:44 pm Post subject: |
|
|
Hi all
I tried 2 times and this is what I get/found.
I use the 0.8.7b and then apply the Plugin Architecture 2.0 using the patch method. I get alot of files that rejects from patching. It is like incompatible or does not telly.
I then tried using the pre-patched filed included in the PA 2.0 and overwrite my 0.8.7b. Import the PA.SQL files and after that, try to access it, I get no graphics. It is like the patch to the webpages are wrong.
e.g,
my cacti is in http://123.123.123.123/cacti
But after the PA 2.0, the link inside the cacti become like /cacti/i/
SH |
|
| Back to top |
|
 |
Nemea
Joined: 15 Nov 2005 Posts: 13
|
Posted: Wed Feb 20, 2008 1:30 am Post subject: |
|
|
@super-hornet:
found this somewhere:
try adding a line to cacti/site/include/plugins.php
at the bottom of the file you will find:
define('URL_PATH', $config['url_path']);
change to:
$config['url_path'] = '/cacti/';
define('URL_PATH', $config['url_path']);
and replace '/cacti/' with your url.
Thsi fixed it for me. |
|
| Back to top |
|
 |
mduling
Joined: 01 Mar 2005 Posts: 16
|
Posted: Fri Feb 22, 2008 4:05 pm Post subject: |
|
|
This tip fixed the images problem. Thanks! But one last hurdle for me are the errors below. Anyone have a solution for that with PA 2.0 and Cacti 0.8.7b? And yes, this has been posted in the PA forum, but I see no answers so I'm asking here out of desperation. I did a fresh Cacti install and I imported the PA schema and edit global.php for MySQL info. Thanks.
----------
Warning: reset(): Passed variable is not an array or object in /opt/local/share/cacti/lib/functions.php on line 146
Warning: Variable passed to each() is not an array or object in /opt/local/share/cacti/lib/functions.php on line 147
Warning: reset(): Passed variable is not an array or object in /opt/local/share/cacti/lib/functions.php on line 146
Warning: Variable passed to each() is not an array or object in /opt/local/share/cacti/lib/functions.php on line 147
Warning: reset(): Passed variable is not an array or object in /opt/local/share/cacti/lib/functions.php on line 146
Warning: Variable passed to each() is not an array or object in /opt/local/share/cacti/lib/functions.php on line 147 |
|
| Back to top |
|
 |
fmangeant Cacti Guru User
Joined: 19 Sep 2003 Posts: 2324 Location: Sophia-Antipolis, France
|
Posted: Mon Feb 25, 2008 3:28 am Post subject: |
|
|
Hi
please post this in General or Unix forum. |
|
| Back to top |
|
 |
sradman
Joined: 30 Apr 2007 Posts: 7 Location: Vienna, Austria
|
|
| Back to top |
|
 |
suyashjain
Joined: 16 Nov 2006 Posts: 8 Location: Bangalore
|
|
| Back to top |
|
 |
rony Developer/Forum Admin
Joined: 17 Nov 2003 Posts: 5365 Location: Wisconsin, USA
|
|
| Back to top |
|
 |
sradman
Joined: 30 Apr 2007 Posts: 7 Location: Vienna, Austria
|
Posted: Tue Mar 25, 2008 8:55 am Post subject: |
|
|
> It will change the admin password without any delay.
I'm running 0.8.7a and cannot confirm your report. The URL you posted will NOT change the admin password in my cacti installation. |
|
| Back to top |
|
 |
rony Developer/Forum Admin
Joined: 17 Nov 2003 Posts: 5365 Location: Wisconsin, USA
|
Posted: Tue Mar 25, 2008 9:11 am Post subject: |
|
|
Unable to reproduce on either Cacti 0.8.7 or Cacti 0.8.6.
Make sure that you are NOT logged in when you attempt to change the password. |
|
| Back to top |
|
 |
|