Closed (outdated)
Project:
Features Extra
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 May 2011 at 16:06 UTC
Updated:
24 Mar 2020 at 07:21 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
sharpbites commentedPatch added
Comment #2
davad commentedPatch works great.
Comment #3
burningdog commented+1 for inclusion - the patch solves the 'Fatal error' issue.
Comment #4
drupalninja99 commentedPatch works for me too, can we get this patched into dev asap?
Comment #5
wizonesolutionsPatch applied cleanly. Committed, pushed, attributed to elreperro. Thank you!
Comment #7
atouchard commentedthere is an error in this commit 07443b0.
In fe_nodequeue_queue_features_revert() and fe_nodequeue_queue_features_rebuild(), the parameters of
$defaults = features_get_default($table, $module_name);must be in this order
$defaults = features_get_default($module_name, $table);Comment #8
wizonesolutionsCan someone else confirm this? The order of these parameters seems to keep switching in different patches, and I don't know which order is correct. New patch welcome; just explain what the change does. I'm not a Nodequeue user myself.
Comment #9
atouchard commentedI don't have seen these issues before to post #892754: Wrong order for features_get_default breaks everything and #879588: Wrong syntax order for features_get_default() breaks all Features Extra modules.
The answer is that the order of parameters of features_get_default() in features.export.inc has changed in features 6.x-1.0-beta9.
So, if you only use a prior version of "features", the patch below works with the latest dev version of feature_extra.
Comment #10
pfrenssenDrupal 6 is no longer supported. Closing.