Active
Project:
Flexifield
Version:
6.x-1.0-alpha5
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Oct 2009 at 15:54 UTC
Updated:
15 Sep 2010 at 22:43 UTC
There is a fatal crash (browser displays error as if the server closed the HTTP session without any response) if you open a node edit form of a parent content type P if it contains a Felxifield with content type C and C contains a Content Taxonomy field with a Hierarchical Select widget selected.
I'm posting here since Flexifield is probably more of a hack (no offence, I like it and it's very useful) than the Hierarchical Select widget.
There are no errors in dblog. Can anyone confirm this and help debug it?
Comments
Comment #1
benone commentedThe same problem here.
Comment #2
eme commentedIssue here too.
Comment #3
puya commentedSame Issue here .. I'm going to bump this to Major because my whole platform depends on it and it's a really major problem.. I can't even figure out what the error is!
Comment #4
puya commentedOk, I enabled error reporting and I was getting out of memory errors and I increased my Mem Limit to 526M then I start getting this error. Clearly this is related to Hierarchical Select:
which is the "Recursive helper function for hs_menu_hierarchical_select_children()"
the code reads:
It looks like it can't escape the recursive loop.. but I can't tell why. any help?