Closed (fixed)
Project:
Hansel breadcrumbs
Version:
7.x-1.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
18 Jun 2011 at 19:52 UTC
Updated:
21 Dec 2011 at 21:40 UTC
Jump to comment: Most recent file
Hi, I'm getting the following error when using the Hansel module to correct forum breadcrumbs: Call to undefined function taxonomy_node_get_terms_by_vocabulary() in sites/all/modules/hansel/forum/hansel_forum.module on line 73
It seems that this function is no longer available in D7, see http://agerson.net/taxonomynodegettermsbyvocabulary-replacement-drupal-7
A solution is proposed on the same page but when try using the given replacement function, I get a wsod when navigating to a forum node.
Any ideas?
This is my Hansel config:
start
add link Home
switch on url argument 1
node
switch on node type
forum
Add forum path including containers
leave
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | 1192844.patch | 918 bytes | niko- |
Comments
Comment #1
mauritsl commentedFix commited to GIT.
A new development snapshot will be available within the next 12 hours. This improvement will be available in the next official release.
Comment #2
RealBirkoff commentedThanks, it doesn't crash anymore.
However, I can't get it to work on a node of type forum:
Did I miss something?
Thanks in advance!
Comment #4
niko- commentedHi
This patch not works for me in test mode of module admin/config/search/hansel/test , but excelent works on forum.
I will correct defect later
Comment #5
mauritsl commentedThis was fixed by the changes made for #1265386: hansel_taxonomy.module doesn't work in localized Drupal when viewing nodes. Thanks anyway for reporting!