On posting a new node I'm getting these messages:-
Notice: Trying to get property of non-object in taxonomy_breadcrumb_nodeapi() (line 80 of /srv/bindings/ab331aab8e404f6d89add5010badaee5/code/sites/all/modules/taxonomy_breadcrumb/taxonomy_breadcrumb.module).
Notice: Trying to get property of non-object in _taxonomy_breadcrumb_generate_breadcrumb() (line 131 of /srv/bindings/ab331aab8e404f6d89add5010badaee5/code/sites/all/modules/taxonomy_breadcrumb/taxonomy_breadcrumb.inc).
The first line is:-
$breadcrumb = _taxonomy_breadcrumb_generate_breadcrumb($term->tid);
I expect $term doesn't have a ->tid .. ?
The second one is on a blank line, so I don't understand
Comments
Comment #1
gisleThe Drupal 6 version is no longer supported. Closing this as outdated. If you think this is still relevant for Drupal 7 or Drupal 9, please open a new issue.