Active
Project:
Node Reference URL Widget
Version:
7.x-1.12
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
25 Oct 2011 at 20:14 UTC
Updated:
26 Oct 2011 at 23:27 UTC
Hi,
I've been using Node Reference URL for a while and it was working fine. Until I decided to do a clean-up of my modules and took out a bunch I never used. I made sure to keep EVA, Reference, Node Reference, Node Reference URL.
But since I did the clean up, the views I created using EVA and Node Reference URL have disappeared and every page that has those views would give me the following error message:
Warning: Missing argument 3 for nodereference_url_node_view() in nodereference_url_node_view() (line 53 of C:\[path]\modules\nodereference_url\nodereference_url.module).
Can someone help me shed some light on what I should do to fix this?
Thanks a lot!
Comments
Comment #1
quicksketchI'm not really sure what could be causing this. The missing 3rd argument is the $langcode argument, which should be passed in from node module. My guess is that some other module is calling node_view() without specifying which language it should be.