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
Comment #1
jantoine commentedHey Kyle,
Thanks for the report. Attached is a patch that should resolve this issue.
Comment #2
Screenack commentedPatch applied cleanly, and it addressed the error message. That was quick; thanks!
Comment #3
nehajyoti commentedThe patch doesn't get apply cleanly for me against 7.x-1.x branch.
Comment #4
suresh prabhu parkala commentedA re-rolled patch against the latest 7.x-1.x. Please review.