I created a vocab, linked it to a node type, and started creating nodes.
If I associate a node with the term that matches it, that term gets deleted from the taxonomy list (in the admin page, or shown in the node edit form). However, it still shows at the foot of the node that has the term. Clicking on the link makes the browser go into a 'loading....' state for a long time before giving this PHP error:
Fatal error: Maximum execution time of 60 seconds exceeded in D:\xampp\htdocs\drupal-cvs-nat\includes\database.mysql.inc on line 153
Comments
Comment #1
harry slaughtersee also: http://drupal.org/node/155411
Comment #2
molenick commentedI am experiencing this issue as well.
Comment #3
theruslanSubscribing
Comment #4
Zen commentedThis should no longer be possible.
-K
Comment #6
muhleder commentedSorry to reopen, but I had this issue in the beta, upgraded to 6.x-1.x-dev, and it still seems to be happening.
I'm using some form validation in a custom module to stop editors classifying nat nodes with their nat categories.
Comment #7
Anonymous (not verified) commentedJust hit this bug - when saving a node tagged with it's own term, the term gets deleted and the script hangs.
Comment #8
kappaluppa commentedI had the same problem today. The way I "forced" the term back was to do a search for it, then it shows up in the term page in the taxonomy manager. I assigned a parent to it, and it showed under that parent. Then I moved it out of the new parent to where it belongs. HOWEVER, If you do not remove the association in the list of taxonomy term options from within the node it re-generates what seemed to be an infinite number of itself as children of itself. Unlinking the term in the node removed the multiple instances of the term. Its sor of like when you look into two mirrors facing each other - you keep getting reflections of reflections...
Still having problems with the node being associated with the term it created....
Comment #9
hawleyal commentedjust set the term assigned to the node to none.
the term reappears.
Comment #10
anantagati commentedComment #11
anantagati commentedAll children of NAT term has to be removed from Taxonomy select box, so user will not be able to choose wrong term.
Comment #12
anantagati commentedAttached is a patch for for latest 6.x-1.x-dev.
It removes NAT term and its children from Taxonomy select on node edit form.
Comment #13
arlinsandbulte commentedsub
Comment #14
anantagati commentedCommited.
Comment #15
arlinsandbulte commentedGreat job anantagati!
I had experienced this before too. Your fix seems to work great! (tested with NAT 6.x-1.2).
I was planning on testing this out earlier and (hopefully) set to RTBC, but I was too late. Oh well, it works well.
And thanks a bunch for taking ownership of this module. NAT really is a nice little gem of a module!
It is really good to see it getting taken care of.
Thanks again!
Comment #16
anantagati commentedThank you for encouragement arlinsandbulte.
Comment #18
Zen commentedComment #19
Zen commented