dev version datestamp = "1349226018" I'm seeing this error on a clean install:

Notice: Trying to get property of non-object in _taxonomy_breadcrumb_generate_breadcrumb() (line 92 of /var/www/keurigpr/sites/all/modules/taxonomy_breadcrumb/taxonomy_breadcrumb.inc

Steps to reproduce:
1. Create a default drupal instance, standard profile
2. Download and enable taxonomy_breadcrumb
3. Create a taxonomy term list of three items
4. Delete the first term from the list, i.e., taxonomy/term/1

Go to that page (although, if you delete taxonomy/term/1 on that path, you'll also see that error after the deletion.)

Thanks,
Kyle

Comments

jantoine’s picture

Status: Active » Needs review
StatusFileSize
new3.93 KB

Hey Kyle,

Thanks for the report. Attached is a patch that should resolve this issue.

Screenack’s picture

Patch applied cleanly, and it addressed the error message. That was quick; thanks!

nehajyoti’s picture

Issue summary: View changes
Status: Needs review » Needs work

The patch doesn't get apply cleanly for me against 7.x-1.x branch.

suresh prabhu parkala’s picture

Status: Needs work » Needs review
StatusFileSize
new4.17 KB

A re-rolled patch against the latest 7.x-1.x. Please review.