Unable to delete items from Tree View

Post general support questions here that do not specifically fall into the Linux or Windows categories.

Moderators: Developers, Moderators

sniperdog
Posts: 5
Joined: Tue May 25, 2010 1:07 pm

Unable to delete items from Tree View

Post by sniperdog »

I am unable to delete items from the tree view since I upgrade to 0.8.7f. I create a new root level header and graphs and subheaders to it. I then try to remove any of those items and the page just sits there. It takes me to the screen below and just sits there. Can't hit cancel or Delete. Both just sit there.
Attachments
Screen shot 2010-05-25 at 12.10.49 PM.png
Screen shot 2010-05-25 at 12.10.49 PM.png (16.34 KiB) Viewed 3618 times
User avatar
BSOD2600
Cacti Moderator
Posts: 12171
Joined: Sat May 08, 2004 12:44 pm
Location: USA

Post by BSOD2600 »

Known problem. Patch is being released soonâ„¢
sniperdog
Posts: 5
Joined: Tue May 25, 2010 1:07 pm

Additional Issues with Associated Graph/Data Templates

Post by sniperdog »

I also noticed that when I try and change the order of the titles for my graph templates with the up/down arrows that it behaves very strangely as well. The Up arrow doesn't move anything up and the down arrow on the top entry jumps it down 2 or 3. Hopefully this is all apart of the same patch that is being rolled. Any idea on time frame? Would you suggest we downgrade to e in the interim?
User avatar
gandalf
Developer
Posts: 22383
Joined: Thu Dec 02, 2004 2:46 am
Location: Muenster, Germany
Contact:

Post by gandalf »

Yep, Use 087e in the meantime. And make sure, the second issue is reported as a seperated bug!
R.
sniperdog
Posts: 5
Joined: Tue May 25, 2010 1:07 pm

Downgrade

Post by sniperdog »

Can I go back to e without having to restore from backup? I don't want to lose all my graph data from now back to when I backed up for the upgrade to f.
sniperdog
Posts: 5
Joined: Tue May 25, 2010 1:07 pm

Downgrading to E

Post by sniperdog »

I tried it and I get the following error after hitting the web interface.

Error

Invalid Cacti version 0.8.7f, cannot upgrade to 0.8.7e
sniperdog
Posts: 5
Joined: Tue May 25, 2010 1:07 pm

Re: Downgrading to E

Post by sniperdog »

Not sure if I am going to cause more problems but this is what I did to get it working.

Changed the table version to show that I was on e after I put my old e back in place.

mysql> select * from version;
+--------+
| cacti |
+--------+
| 0.8.7f |
+--------+
1 row in set (0.00 sec)

mysql> update version set cacti = '0.8.7e'
-> ;
Query OK, 1 row affected (0.00 sec)
Rows matched: 1 Changed: 1 Warnings: 0

mysql>
sniperdog wrote:I tried it and I get the following error after hitting the web interface.

Error

Invalid Cacti version 0.8.7f, cannot upgrade to 0.8.7e
User avatar
gandalf
Developer
Posts: 22383
Joined: Thu Dec 02, 2004 2:46 am
Location: Muenster, Germany
Contact:

Post by gandalf »

We just release 087g beta1. It would be VERY nice to receive feedback from you concerning this latest code level. In case if throws an error, please report a bug
R.
akza
Posts: 11
Joined: Mon Aug 30, 2010 11:43 am

Post by akza »

Hi,

I have the same Problem but it is pretty strange.
I installed Cacti on Freebsd and it worked. Now i installed it on Ubuntu an
i have this error. I installed two times the same Version, an as i have seen in this post,
i have allready the version which should be fixed.
Does anyone has an idea how to fix this problem?

Mfg
Akza
akza
Posts: 11
Joined: Mon Aug 30, 2010 11:43 am

Re: Unable to delete items from Tree View

Post by akza »

Hi,

sorry, it's me again.
I'm really stuck there does no one has a solution.
At least how i delete the items, somehow?
Because right now my graphs are random on the tree there is no structure, and its looking horrible.

kind regards,

akza
User avatar
TheWitness
Developer
Posts: 17007
Joined: Tue May 14, 2002 5:08 pm
Location: MI, USA
Contact:

Re: Unable to delete items from Tree View

Post by TheWitness »

Upgrade to 0.8.7g.

TheWitness
True understanding begins only when we realize how little we truly understand...

Life is an adventure, let yours begin with Cacti!

Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages


For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
akza
Posts: 11
Joined: Mon Aug 30, 2010 11:43 am

Re: Unable to delete items from Tree View

Post by akza »

Mh sry i forgot to mention. :(
That is the point that is so strange.
I have 0.8.7.g.

I installed Cacti on FreeBsd without problems with the tree. It is still working and it is 0.8.7.g.
Now I installed it on Ubuntu. Firstly I wanted to try the template export and if Cacti and the Server are
running without errors when I saw that i had only 0.8.7.e, because I couldn't add the templates.
After updating the apt-datamanager I saw that this is the newest version, so I tried installing
plugin-architecture.

Afterwards I saw that the plugin is an Update, so I have 0.8.7.g but the tree problem is still there.

For a quick overview of my softwareversions, I have installed Ubuntu Server last week, so I should have
the newest versions. I have installed FreeBsd 7 weeks ago, should also be mostly the newest stuff.
So the only change should be plattform.

What i forgot to mention but what I think can't make a difference is that I installed spine, which I have not on
FreeBsd because there I had problems installing it.
User avatar
TheWitness
Developer
Posts: 17007
Joined: Tue May 14, 2002 5:08 pm
Location: MI, USA
Contact:

Re: Unable to delete items from Tree View

Post by TheWitness »

Why don't you run the repair table script in the cli directory. Then use Firefox and install Firebug. Bring up the Firebug console, refresh the delete page, and tell us what shows up on the console when attempting to delete.

I would do a GotoMeeting to resolve this, but my time is very limited right now.

TheWitness
True understanding begins only when we realize how little we truly understand...

Life is an adventure, let yours begin with Cacti!

Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages


For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
akza
Posts: 11
Joined: Mon Aug 30, 2010 11:43 am

Re: Unable to delete items from Tree View

Post by akza »

Hi,

thanks for your reply.

Table repair in mysql worked out. It said to every table "ok". However no change.

With the firebug there was an undefined function or something similar. The attached picture will explaine it.

I appreciate that you take your time to help.
Attachments
Firebug.png
Firebug.png (171.88 KiB) Viewed 2907 times
User avatar
TheWitness
Developer
Posts: 17007
Joined: Tue May 14, 2002 5:08 pm
Location: MI, USA
Contact:

Re: Unable to delete items from Tree View

Post by TheWitness »

Can you apply the Cacti patches from the main website and download the 2.9 PIA beta. Let's see if that fixes it.

TheWitness
True understanding begins only when we realize how little we truly understand...

Life is an adventure, let yours begin with Cacti!

Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages


For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
Post Reply

Who is online

Users browsing this forum: No registered users and 2 guests