Closed (fixed)
Project:
Node Reference Create
Version:
7.x-1.0-beta2
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 May 2011 at 03:33 UTC
Updated:
9 Jun 2011 at 15:11 UTC
_node_reference_potential_references() has been renamed to node_reference_potential_references() in References module (#1154998: Promote _node_reference_potential_references() to the "official" API).
As a consequence, a fatal occurs if a node creation is attempted by Node Reference Create.
Comments
Comment #1
Wouter Van den Bosch commentedPomliane posted a nice patch for this issue in this thread http://drupal.org/node/1154660#comment-4503364
/edit: The patch doesn't fix the rename, just the fact that the function now expects a different set of parameters. Applying the above patch and renaming _node_reference_potential_references to _node_reference_potential_references did the trick for me.
Comment #2
glottus commentedsubscribe
Comment #3
jackbravo commentedfixed on latest. Thanks pomliane.