Not positive that this is a Clean URL issue, but I don't have them enabled, so I believe it is the issue. When there is a hierarchy and I am in a subfolder, the links to previous folders all have trailing slashes which lead to bad links (the page just displays a blank page). I modified two lines of code to fix this, but this may break it if Clean URLs are enabled:

line 660: $random_ar[$key] = l($caption, str_replace(' ', '_', $base_path.'/'.utf8_decode(drupal_substr($path, 0, -1))));
line 678: $breadcrumb = l($title, $base_path).' » '.$breadcrumb;

Comments

j_ten_man’s picture

The old lines were :

line 660: $random_ar[$key] = l($caption, str_replace(' ', '_', $base_path.'/'.utf8_decode($path)));
line 678: $breadcrumb = l($title, $base_path .'/').' » '.$breadcrumb;
rapsli’s picture

Status: Active » Postponed (maintainer needs more info)

seems to work fine as it is... check out the latest version to see if this fixes your problem.

rapsli’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

going to close this issue, as this version is not supported anymore and the issue is old