Closed (cannot reproduce)
Project:
Views tree
Version:
8.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Mar 2017 at 20:36 UTC
Updated:
1 Aug 2025 at 20:21 UTC
Jump to comment: Most recent
Comments
Comment #2
benjamin.merkley commentedUsing it in an entity reference as well with a possibility of 5000 terms cause 500 fatal errors, not sure if this is due just the scale of the terms and the site, or the Module
Comment #3
lvbeck commentedsame problem, I have only 10 taxonomy terms, but rendering of the tree view still cause memory exhaustion. I have to restart the php process to get my site back to work.
Comment #4
lvbeck commentedI figure that out, I forget to add relationship for taxonomy term, to get it work, you have to do exactly like this steps:
Views Tree with Taxonomy Terms
Creating Taxonomy Terms
Create some Taxonomy terms with parent/child (hierarchical) relationships.
Creating the View
First, create a new term view using the fields row style / unformatted list of fields (it is important that the tree style not be chosen now). Then:
(These instructions are taken from #1424414-6: How to configure for D7 Profiles/Taxonomy terms.)
But If you have multiple translations of terms, the tree view will show duplicated entities, this is another known issue similar with: https://www.drupal.org/node/2735627
Comment #5
mxtThe above instructions helped me a lot: these should be added to the official documentation I think.
Comment #6
gaurav.kapoor commented+1 to the instructions in #4. Let's use this issue to improve validation and documenation.
Comment #7
smustgrave commentedCurious if #3332345: Infinite loop issue solves this for you?
Comment #8
smustgrave commented