After enabling custom breadcrumb taxonomies, I get the following error when attempting to edit a node:

Fatal error: Call to undefined function taxonomy_node_get_terms() custom_breadcrumbs/custom_breadcrumbs_taxonomy/custom_breadcrumbs_taxonomy.module on line 511

Comments

MGN’s picture

Status: Active » Fixed

This was fixed in the last commit.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

rumblewand’s picture

Status: Closed (fixed) » Active

sorry - just got it from Git and

Call to undefined function taxonomy_node_get_terms() on line 249 now.

rumblewand’s picture

Status: Active » Fixed

oops but i meant to post in another thread

MGN’s picture

Thanks for catching this. Just committed the fix to git.

ownage’s picture

Status: Fixed » Active

I have the latest Dev installed and I am still getting this error when creating new content in a taxonomy term. Even on refresh the error stays.

    Notice: Undefined property: stdClass::$vid in custom_breadcrumbs_taxonomy_node_get_terms() (line 14 of /<path>/sites/all/modules/custom_breadcrumbs/custom_breadcrumbs_taxonomy/custom_breadcrumbs_taxonomy.inc).
    Notice: Undefined property: stdClass::$nid in custom_breadcrumbs_taxonomy_node_get_terms() (line 19 of /<path>/sites/all/modules/custom_breadcrumbs/custom_breadcrumbs_taxonomy/custom_breadcrumbs_taxonomy.inc).
    Notice: Undefined property: stdClass::$vid in custom_breadcrumbs_taxonomy_node_get_terms() (line 21 of /<path>/sites/all/modules/custom_breadcrumbs/custom_breadcrumbs_taxonomy/custom_breadcrumbs_taxonomy.inc).
    Notice: Undefined property: stdClass::$vid in custom_breadcrumbs_taxonomy_node_get_terms() (line 26 of /<path>/sites/all/modules/custom_breadcrumbs/custom_breadcrumbs_taxonomy/custom_breadcrumbs_taxonomy.inc).
MGN’s picture

Status: Active » Closed (fixed)

@ownage - this is a different issue unrelated to the original post. Please open a new issue.