Closed (fixed)
Project:
Custom Breadcrumbs
Version:
7.x-2.x-dev
Component:
custom_breadcrumbs_taxonomy
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Sep 2011 at 07:14 UTC
Updated:
20 Sep 2011 at 06:42 UTC
I have the latest Dev installed and I am 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).
Comments
Comment #1
MGN commentedthanks. I believe this has now been fixed in the latest commit.
Comment #2
ownage commentedThanks, your last commit worked :)