After the last upgrade easy breadcrumb doesn't work properly anymore.
Im my site I have some URL (www.mysite,ext/baseurl/termparent/term/nodetitle). Every segment of this url IT IS a valid path (If I write it im my address bar I can reach the page) but -for some of them - easy breadcrumb now prints out plain texts instaed of links (before the upgrade there were all links)... Any suggestion? So far I have to go back at the previous version.
Thanx.

Comments

ilgriso’s picture

I can confirm that after roll - back to the 7.x-2.9 version all the paths / URLs are again correctly printed.
I have many sites running Easy Breadcrumb in that way, I cannot upgrade at the moment..

b777’s picture

I can confirm as well. Same issue. Rollback fixes.

seanb’s picture

I have this problem too! Traced this back to _easy_breadcrumb_validate_segment_path() line nr 204.

$is_valid_path = $menu_item['path'] === $segment_path;

This doesn't work for nodes since the $menu_item['path'] var returns node/% and the URL is node/24 or something.

ilgriso’s picture

It doesn't work also for views (with or without arguments) paths.

sonemonu’s picture

Assigned: Unassigned » sonemonu
sonemonu’s picture

Version: 7.x-2.11 » 7.x-2.12

This is corrected in the release 7.x-2.12. Please check.

sonemonu’s picture

Status: Active » Closed (fixed)