When using this module on a larger scale, it creates PHP memory exhaustion errors.
I have two taxonomy with close to 800 terms, and it causes PHP fatal errors, tried to bump my PHP max memory, and it still gave me that error.
When using this module on a larger scale, it creates PHP memory exhaustion errors.
I have two taxonomy with close to 800 terms, and it causes PHP fatal errors, tried to bump my PHP max memory, and it still gave me that error.
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