Closed (fixed)
Project:
Custom Breadcrumbs
Version:
7.x-2.0-alpha2
Component:
custom_breadcrumbs
Priority:
Normal
Category:
Bug report
Assigned:
Issue tags:
Reporter:
Created:
22 Mar 2013 at 22:36 UTC
Updated:
27 Jul 2017 at 13:19 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
aitala commentedI see the same issue with alpha3 ...
For Titles, I am using - [node:book:parents:join-path]/[node:title]
For Paths, I am using -
Eric
Comment #2
1mundus commentedSame here. It displays correctly, but logs that error. I don't know if there are any consequences of that error, so I'd rather get rid of it.
Comment #3
kunago commentedThis tiny fix should make the error disappear - replace line 412 in file custom_breadcrumbs.module:
from:
if ($item['crumb']) {to:
if (isset($item['crumb'])) {That should do.
Comment #4
1mundus commented@kunago
Thank you, seems to work.
Comment #5
dadderley commentedThanks kunago
Same problem, and your fix worked well.
This should be added to the module and released.
Comment #6
harsh.behl commentedhere is the patch for the same.
Comment #7
renatog commentedHi people.
I applied the patch and works good for me too.
Before:

After:

Thank you all for contributions.
Regards.
Comment #9
renatog commentedFixed.
Commited in dev branch.
Thank you very much people.
Regards.