Closed (fixed)
Project:
E-Publish
Version:
6.x-1.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
29 Dec 2009 at 21:29 UTC
Updated:
14 Jan 2010 at 12:00 UTC
Hello everyone,
Im getting this error when i try to access publications (like in /epublish/1):
Fatal error: Call to undefined function translation_node_nid() in /var/www/test02/sites/all/modules/epublish/epublish_layout_nodes.inc on line 58
i seen there an issue about something like this, but it calls for line 41, theres a patch and so , i tried it but it still doesnt works, even using the dev version that is most up to date than beta.
line 58 says:
$transnid = translation_node_nid($nid, $lang);
just fyi im actually using
Drupal 6.15
E-Publish 6.x-1.x-dev and 6.x-1.3
Internationalization 6.x-1.2
so any ideas?
Thanks!
Comments
Comment #1
jerdiggity commentedNot sure what the problem is, but I think one of the previous patches I applied may not have been "complete." After looking at the code for each file, I made a couple changes & committed those to HEAD... Please give the new HEAD version a try and let me know if that solves the problem (or if it completely breaks it too, for that matter). :)
Comment #2
xecstasyx commentedYay!
now it seems to be working, im going to test it the whole day but like i said it wont give the error anymore.
Thanks a lot for your help.
Comment #3
jerdiggity commentedNo errors for me either (so far)... New code committed as latest stable release (6.x-1.4).
@xecstasyx: Thank you just as much. Also you said you'll be testing all day, so I'm going to leave the issue in active status pending what you find out; if you don't have any more problems, please change the status to fixed (or RTBC) if possible (or just let me know and I'll take care of it... either way).
Thanks again.
jeremy
Comment #4
xecstasyx commentedwell it seems to work perfect. i cant find other problems so far, so ill set this issue to fixed.
thanks Jeremy