Closed (fixed)
Project:
link node
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
16 Sep 2008 at 12:39 UTC
Updated:
18 Jul 2009 at 12:40 UTC
Jump to comment: Most recent file
Fatal error: Call to undefined function translation_node_nid() in [..]/modules/link_node/link_node.module on line 94
| Comment | File | Size | Author |
|---|---|---|---|
| #8 | link_node.module.patch | 854 bytes | havran |
Comments
Comment #1
TomChiverton commentedComment #2
TomChiverton commentedDo you have the i18n and translation modules installed ?
Comment #3
TomChiverton commentedComment #4
miiimoooClosing - upgraded cck and views to latest dev version, link to 6.x-2.5
Comment #5
luusl commentedHaving the same problem with drupal 6.8, i18n 6.x-1.0-beta6 and link_node 6.x-1.1. Any suggestions?
Comment #6
jpereza commentedI also have the same problem with drupal 6.10, i18n 6.x-1.0 and link_node 6.x-1.1.
Someone is watching at this?
Comment #7
TomChiverton commentedYup, still here :-)
It appears to be a problem with Drupal 6's i18n support, see #283156 for instance.
All I can think of you guys trying is to add the code from the first comment on the above issue to the end of link_node.module, and let me know how that goes.
Comment #8
havran commentedHere is patch for this issue (thanks to chris_five http://drupal.org/node/283156#comment-1526714).
Comment #9
havran commentedChange status. I use link_node into site with i18n enabled and multilingual content and this patch working as expected.
Comment #10
TomChiverton commentedink_node 6.x-1.2-beta1 has been released including this patch. Last chance to say it broke something :-)
Thanks for testing out the fix !