Closed (fixed)
Project:
Node Relationships
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Apr 2012 at 03:22 UTC
Updated:
6 Jun 2012 at 03:51 UTC
When you have a Node Reference field using the extra 'Search and Reference view' and a module that implements hook_form_alter is enabled, and you create or edit a node and use the 'Search and reference multiple items at once...' button, after you select the items in the modal frame and hit 'Save' you get the following error:
warning: Parameter 2 to arrange_fields_form_alter() expected to be a reference, value given in /path-to-site/includes/common.inc on line 2930.
To reproduce:
No idea where to start looking on this, but it looks like somehow a module_invoke_all for hook_form_alter is being called and not all the correct information is being passed.
Figure out where the error is coming from.
Comments
Comment #1
markus_petrux commentedIt should be fixed with the following commit:
- http://drupalcode.org/project/noderelationships.git/commit/27ef84a
Comment #2
compsyguy commentedThat seems to have fixed it!
Thank you!