Closed (fixed)
Project:
Features Override
Version:
7.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Apr 2011 at 01:32 UTC
Updated:
6 Oct 2015 at 18:57 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
sirkitree commentedI'm getting this as well. It's the second override feature I've created, trying to export a view.
I originally tried creating a feature for all of my overrides, but upon adding this second override to the feature I got this error. So I thought, maybe I need to put it in it's own feature, which would make sense to have an override feature for each separately overridden feature, and grouping those components together.
But I still got the same error.
Attached is the ridiculous dump I got along with the error - hard to read, I know. But it seems like it's trying to export way more than just the single component.
Also of note, is that this doesn't only happen when I try to create a new feature, but when I try to export the overridden component from admin/build/features/features-override
Comment #2
nedjoSome views-related issues may be because views has been in flux and Features is working to catch up. See e.g. #1157048: Feature-packages appear overridden when they are not and #1097560: Features incompatible with the latest version of views. Probably worth trying with the dev version of Features.
Comment #3
a1russell commentedThere is no dev release of Features for Drupal 6.x, but I just tried Features 7.x-1.0-beta3 (which should include fixes for the issues you mentioned), and I can't even get views to override at all. I guess that's a different issue than this one is, but this issue still stands in 6.x.
Comment #4
a1russell commentedI think the problem I was having in D7 with views was related to #1193862: Rules are exported by Features with their numeric IDs instead of machine names, which is fixed now. That said, this issue does still exist in D7:
[Fri Jun 24 16:55:05 2011] [error] [client 127.0.0.1] PHP Fatal error: Nesting level too deep - recursive dependency? in /path/to/ctools/includes/export.inc on line 838, referer: http://localhost/admin/structure/features/features-override
Comment #5
mh86 commentedEncountered this bug as well (in D7)
Comment #6
dbassendine commentedAlso seeing this (in d6): http://drupal.org/node/1048322
Comment #7
piepkrak commentedExperiencing the same issue with a feature module containing rules configuration. These RulesCondition objects contain references to itself and gets stuck in _features_override_remove_recursion.
Comment #8
mpotter commentedObject references and recursion are fixed in #2232999: Missing overrides due to recursive logic error, so closing this one.