Closed (fixed)
Project:
Translation Management
Version:
6.x-1.5
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Oct 2010 at 03:03 UTC
Updated:
3 Nov 2010 at 06:20 UTC
Jump to comment: Most recent file
Comments
Comment #1
brucepearson commentedI assume you have the nodewords module enabled. I'm not sure why _nodewords_detect_type_and_ids() would be undefined in that case.
Comment #2
lpalgarvio commentedthis bug occurs on both v1.3 and 1.5
i've also traced the origin of it:
- nodewords-6-1.11 causes no problems
- nodewords-6-1.12-beta9 and 1.x-dev causes the problem
the function must have been replaced or renamed.
Comment #3
brucepearson commentedI've removed the call to the nodewords function, it wasn't needed.
Comment #4
lpalgarvio commentedi compared the source files of 1.11 and 1.12-beta9.
in nodewords.module, the function has been renamed
from _nodewords_detect_type_and_ids (line 1268 in 1.11)
to _nodewords_detect_type_and_id (line 813 in 1.12-beta9)
all it takes is rename the function call in translation_management/icl_content/icl_content.module
the only problem is... how you detect which nodewords version is running?
patch provided for usage with 1.12-beta9 and above.
Comment #5
lpalgarvio commentedeh, i only noticed now that you were replying at the same time i replied, so i only saw your responses now.
thanks for fast replies =P
Comment #6
damienmckennaI believe brucepearson resolved this above (comment #3).