|
|
| Author |
Message |
gjandrews35
Joined: 23 Sep 2003 Posts: 17 Location: USA
|
Posted: Tue Aug 17, 2004 2:29 pm Post subject: Error creating Graph Trees |
|
|
When I try to add a new Graph Tree I get an
'Error: Save Failed' when I try to create it.
I am using cacti 0.8.6 (latest CVS)
PHP 4.3.8
mysql Ver 12.22 Distrib 4.0.20, for sun-solaris2.9 (sparc) |
|
| Back to top |
|
 |
gjandrews35
Joined: 23 Sep 2003 Posts: 17 Location: USA
|
Posted: Wed Aug 18, 2004 9:08 am Post subject: |
|
|
The Witness was able to correct my problem via this mysql
procedure.
shell> mysql --user=root cacti
mysql>truncate table version\g
mysql>insert into version values ('0.8.5a')\g
mysql>exit
Then close/open your browser to the cacti logon page.
Cacti Installation Guide will appear, click Next>>
Some info will appear, Upgrade from cacti 0.8.x should
be in the box. click Next>>
An Upgrade results screen will appear, seems most will fail
a few will succeed. Click Next>>
Upgrade Notice will appear telling you to use
*/5 * * * * cactiuser php /var/www/html/cacti/poller.php > /dev/null 2>&1
instead of cmd.php in your crontab
Check your Paths next then click Finish.
Login and you should be good to go  |
|
| Back to top |
|
 |
|