Closed (fixed)
Project:
Fast Gallery
Version:
6.x-3.3-beta1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Jan 2009 at 19:45 UTC
Updated:
25 May 2010 at 17:52 UTC
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
Comment #1
j_ten_man commentedThe old lines were :
Comment #2
rapsli commentedseems to work fine as it is... check out the latest version to see if this fixes your problem.
Comment #3
rapsli commentedgoing to close this issue, as this version is not supported anymore and the issue is old