Closed (fixed)
Project:
Content Construction Kit (CCK)
Version:
7.x-2.x-dev
Component:
content.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Feb 2009 at 18:27 UTC
Updated:
16 Mar 2010 at 20:00 UTC
When I try to add a node reference field from the Manage fields page, I obtain the following error messages:
Warning: Missing argument 2 for node_reference_field_settings() in node_reference_field_settings() (line 72 of /Applications/MAMP/htdocs/dr7/sites/all/modules/cck/modules/node_reference/node_reference.module).
Notice: Undefined variable: columns in cck_default_value_widget() (line 1301 of /Applications/MAMP/htdocs/dr7/sites/all/modules/cck/includes/cck.admin.inc).
Warning: implode(): Invalid arguments passed in cck_default_value_widget() (line 1301 of /Applications/MAMP/htdocs/dr7/sites/all/modules/cck/includes/cck.admin.inc).
Notice: Undefined offset: 0 in node_reference_select_process() (line 437 of /Applications/MAMP/htdocs/dr7/sites/all/modules/cck/modules/node_reference/node_reference.module).
Notice: Undefined index: #type_name in node_reference_select_process() (line 447 of /Applications/MAMP/htdocs/dr7/sites/all/modules/cck/modules/node_reference/node_reference.module).
Notice: Uninitialized string offset: 0 in element_children() (line 3482 of /Applications/MAMP/htdocs/dr7/includes/common.inc).
Notice: Undefined offset: 0 in options_select_process() (line 179 of /Applications/MAMP/htdocs/dr7/modules/field/modules/options/options.module).
Notice: Undefined index: referenceable_types in _node_reference_potential_references_standard() (line 680 of /Applications/MAMP/htdocs/dr7/sites/all/modules/cck/modules/node_reference/node_reference.module).
Notice: Uninitialized string offset: 0 in element_children() (line 3482 of /Applications/MAMP/htdocs/dr7/includes/common.inc).
Notice: Uninitialized string offset: 0 in element_children() (line 3482 of /Applications/MAMP/htdocs/dr7/includes/common.inc).
Notice: Uninitialized string offset: 0 in element_children() (line 3482 of /Applications/MAMP/htdocs/dr7/includes/common.inc).
After I click on save in the first page, I get a second page with no options; clicking on Save field settings, I get a page with further settings which shows the errors I reported before.
Comments
Comment #1
avpadernoClicking on Save settings, I return to the page showing the list of fields for the content page, and also these error messages:
Comment #2
avpadernoI get the same error messages with the latest development snapshot too.
Comment #3
karens commentedNodereference is working fine in latest code.