Closed (fixed)
Project:
Custom Breadcrumbs
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Jul 2011 at 18:11 UTC
Updated:
4 Sep 2011 at 01:29 UTC
Taxonomy module no longer defines the function "taxonomy_terms_parse_string" which is used in the file "custom_breadcrumbs_common.inc" on line 108.
An error is triggered when a user ticks the option "Use taxonomy-based breadcrumbs for views" in the admin section of the Custom breadcrumbs module.
Comments
Comment #1
kunago commentedSimply reusing (and obviously renaming) the function from D6 I was able to make the functionality work. For details concerning the function see http://api.drupal.org/api/drupal/modules--taxonomy--taxonomy.module/func...
Comment #2
TimelessDomain commentedcan you please post a patch kunago? i am getting this error as well. thanks!
Comment #3
MGN commentedThanks for reporting this. I've incorporated a custom_breadcrumbs version of this function in custom_breadcrumbs_common.inc.
These have been fixed in commit 491ce37 on 7.x-2.x.